Imbalance 2 – custom navigation and custom footer
-
Hello,
I would like to add a navigation menu below my header image and to the left of the search box, but I can’t work out how to position it correctly in custom CSS.
I would also like to customise the footer so I can have widgets in 4 columns instead of 2 as the standard theme allows, is this possible?
Please help. Thank you!
The blog I need help with is: (visible only to logged in users)
-
I would like to add a navigation menu below my header image and to the left of the search box, but I can’t work out how to position it correctly in custom CSS.
Try starting with the solution posted here:
https://en.forums.wordpress.com/topic/align-menu-tabs-side-by-side-in-imbalance?replies=22#post-764995 -
I would also like to customise the footer so I can have widgets in 4 columns instead of 2 as the standard theme allows, is this possible?
I see you figured this out by using the following CSS:
#footer { width: 960px; height:500px; position:relative } #footer-left { float: left; padding-right:50px; width:430px } #footer-right { float: right; padding-left:50px; width:430px } .widget { line-height: 24px; margin:0 0 50px; width:210px; float:right } #site-info { position: absolute; bottom:10px; width:97%; text-align:center; padding-top:25px; border-top:1px solid #d6d6d6 }Nice work!
- The topic ‘Imbalance 2 – custom navigation and custom footer’ is closed to new replies.