Spainman Posted April 3, 2013 Share Posted April 3, 2013 (edited) Hi all, My header is running some buttons "Contact" "Map of the site" Favourites" You can see the crushed on my shop at http://www.reposteriacanicoba.com/ How can I add more space between the header and the crushed buttons? Edited April 3, 2013 by Spainman (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 3, 2013 Share Posted April 3, 2013 you have to change: ul#header_links - change margin-top:5px top margin-top:40px; (blockpermanetlinks.css) #header background from "center" to "top center" (global.css) #search_block_top change top value to 60px; (blocksearch.css) Link to comment Share on other sites More sharing options...
Spainman Posted April 3, 2013 Author Share Posted April 3, 2013 Thanks a lot Vekia. Works great!!! One last question, how do I lower the logo so its centered with the header? Link to comment Share on other sites More sharing options...
vekia Posted April 3, 2013 Share Posted April 3, 2013 create new css style for id: #header_logo (paste it into the global.css file) #header_logo{ top: 50px; position: relative; } Link to comment Share on other sites More sharing options...
Spainman Posted April 3, 2013 Author Share Posted April 3, 2013 Awesome, thanks for all the help! Link to comment Share on other sites More sharing options...
vekia Posted April 3, 2013 Share Posted April 3, 2013 you are welcome :-) Link to comment Share on other sites More sharing options...
Recommended Posts