Change footer widget width

Home Forums All Other Themes Change footer widget width

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #38453
    JérémieJérémie
    Member
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: June 20, 2016

    Hello,

    I removed tweets widget with appareance/widgets and put text widget on the number3.
    It’s ok tweets disapears but I want to use all the width with the 3 remaining widget.

    Thanks for help.

    #38458
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Then you will have to remove the entire footer and then add a section above footer in footer.php which will take up the entire space.

    Regards,
    Brad

    #38468
    JérémieJérémie
    Member
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: June 20, 2016

    I can’t juste change the “cols-3” class of each widget ?

    Thanks 🙂

    #38482
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi Jeremie,

    Kindly show us your website URL.

    Regards,
    Brad

    #38484
    JérémieJérémie
    Member
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: June 20, 2016

    http://dev.sante-elementterre.ch

    #38555
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi Jérémie,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .widget-column-3{display:none;}
    .widget-column-1{width:30% !important;}
    .widget-column-2{width:30% !important;}
    .widget-column-3{width:30% !important;}

    You can increase the width of columns as per your need.

    Regards,
    Brad

    #38605
    JérémieJérémie
    Member
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: June 20, 2016

    Thanks a lot.

    #38655
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change footer widget width’ is closed to new replies.