I am using twenty ten and there are 4 footer widgets by default, but none of them is structured horizontal to the screen with vertical menus. I've searched a lot, but nothing helped me... Here is my blog: http://blog.681.bg/
Thank you preliminary!
I am using twenty ten and there are 4 footer widgets by default, but none of them is structured horizontal to the screen with vertical menus. I've searched a lot, but nothing helped me... Here is my blog: http://blog.681.bg/
Thank you preliminary!
Do not edit the Twenty Ten theme. First create a child theme for your changes. Or use a custom CSS plugin.
This is already done...
Then you should be able to use CSS to change the styling of the footer widgets so that they no longer float but are generated as vertical block-level elements.
I have succeeded! Here is the code, if someone from the future comes here searching it:
#footer-widget-area #first { width: 940px; }
#footer-widget-area #first ul .widget-container { width: 30%; float:left; margin-right:3%; }
One could change these metrics in his own good. Cheers.
You must log in to post.