- This topic has 2 replies, 2 voices, and was last updated 9 years, 5 months ago by JamminJay.
-
AuthorPosts
-
May 26, 2015 at 1:47 pm #58338JamminJayParticipant
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.jpgMay 26, 2015 at 9:49 pm #58362SakinKeymaster@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; }
May 27, 2015 at 4:50 pm #58418JamminJayParticipantHi 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.
-
AuthorPosts
- The topic ‘Footer 3 Widgets Not Displaying in 3 Columns’ is closed to new replies.