This topic has 5 replies, 2 voices, and was last updated 9 years by rdittberner.

  • Author
  • #39474
     rdittberner
    Participant

    hello guys,

    how is it possible to add more footer column? well the work i have done already…

    function.php – work done
    sidebar-footer.php – work done

    but now to the stuff in the boostrap.min.css… well i tried to change the col-sm-x but what else
    i have to do for making it responsive ( i think its called break points)

    Thanks

    Ricardo

    #39476
     rdittberner
    Participant

    sorry i forgot to say… i need 3 more column – so all together 7

    #39563
     Radu
    Moderator

    Hello,

    Is not recommended to modify core theme files.

    But, if you want to do that, you need to change width of .col-sm-3 class from 25% to 14%. for 7 columns.

    Recommended solution : Go to -> Theme Options -> General settings -> Quick css , and paste this css code :

    @media (min-width: 768px) {
    .col-sm-3 {
    width: 14% !important; }
    }

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #39732
     rdittberner
    Participant

    Hello Radu,

    Thanks! Well it works out for the footer withh your CSS but is messing up my main content
    any idea

    Thanks
    Ricardo

    #39735
     Radu
    Moderator

    Can you provide a screenshot ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #40057
     rdittberner
    Participant

    Hello Radu, fixed… needed just to change the visual composer row settings 🙂 Thanks

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?