Footer Widget Columns Stacking

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #11138
    jlebrun
    Member

    I’m sorry to be asking another question. I am trying to set up 5 columns in the footer. However, they are stacking in one column instead of spreading to 5 columns.

    I verified under Theme Options that I have 5 columns selected under Footer.

    I have attached a screenshot of the widgets I am using (text within each one).

    Am I missing something super obvious and simple?

    Thanks!

    #11149
    Veena
    Moderator

    Pls go to Themeoptions -> Footer tab and set the number of “Footer Columns”.

    #11155
    jlebrun
    Member

    As I mentioned, I have already done that. See attached. What else can I try? Thanks!

    #11170
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions and try the footer columns using footer widgets and see if it helps.

    #sidebars-footer .fourcol {
    width: 18.45%;
    }
    
    #11196
    jlebrun
    Member

    Thanks, but that didn’t work. I am using the first five Footer Widgets (Area One, Area Two and so forth). All I have in them in some text links. If the theme supports up to 6 columns, what is happening that causes them to be too wide and stack instead?

    #11197
    jlebrun
    Member

    If it helps, this is the URL: http://www.zling.com/production/

    #11205
    Veena
    Moderator

    Pls insert the following custom CSS in themeoptions –

    div#sidebar-footer1 {
    width: 18.45%;
    float: left;
    div#sidebar-footer2 {
    width: 18.45%;
    float: left;
    div#sidebar-footer3 {
    width: 18.45%;
    float: left;
    div#sidebar-footer4 {
    width: 18.45%;
    float: left;
    }
    

    kindly adjust width and margins.

    #11217
    jlebrun
    Member

    That didn’t work, either. Thanks, but I am just setting up my own divs within the first Footer Widget to achieve multiple columns.

    #11227
    Veena
    Moderator

    The above given custom CSS should work,because i have tested it and given it to you.
    Anyways you have sorted out the issue so i am closing this thread.
    Thanks.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Footer Widget Columns Stacking’ is closed to new replies.