Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #58338
    JamminJay
    Participant

    Hello, first of all, great job with the Adventurous Theme!

    I am building a site for a client and a few days ago I had the footer widgets displaying properly in 3 columns with one widget in each column (no widget in the 4th column). But I’ve been applying some CSS changes to other plugins and now I see that the 2nd and 3rd widget are grouped in the second column. I didn’t edit footer.php and I can’t figure out what I did wrong to get this outcome. Can you help?

    the site: http://www.vibgyortech.co.uk/asianconf/

    http://jammin.smugmug.com/photos/i-NJRtwBc/0/L/i-NJRtwBc-L.jpg
    http://jammin.smugmug.com/photos/i-djZDgpk/0/L/i-djZDgpk-L.jpg

    #58362
    Sakin
    Keymaster

    @JamminJay: You are using old version of Adventurous theme. So, I am not ale to say it exactly. But I see the following extra css in you style.css file.

    .widget-area {
        margin-left: 1%;
        margin-right: 1%;
    }

    So, the best option at this stage will be to update your theme to latest version which will overwrite those css and will fix it. If not then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #supplementary .widget-area {
        margin-left: 0;
    }
    #58418
    JamminJay
    Participant

    Hi Sakin, thanks for the prompt response! Yes, that did it. Don’t know how the 1% got there but all fixed now.

    Good luck and hope you guys weren’t affected too badly by the earthquakes.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer 3 Widgets Not Displaying in 3 Columns’ is closed to new replies.