bossydal1 Posted December 6, 2013 Share Posted December 6, 2013 i'm doing a new template and i'm just wondering how i can move the logo up and the top menu bar down? as you can see in the attached photo it over laps Link to comment Share on other sites More sharing options...
vekia Posted December 6, 2013 Share Posted December 6, 2013 in this case you have to move whole #header_right a bit down #header_right { position: relative; float: right; margin-top: 20px; } i added margin-top:20px; try to add the same code, increase or decrease margin-top param value. code above it's a part of global.css line 554 1 Link to comment Share on other sites More sharing options...
bossydal1 Posted December 6, 2013 Author Share Posted December 6, 2013 were do i do that? Link to comment Share on other sites More sharing options...
vekia Posted December 6, 2013 Share Posted December 6, 2013 were do i do that? code above it's a part of global.css line 554 1 Link to comment Share on other sites More sharing options...
bossydal1 Posted December 6, 2013 Author Share Posted December 6, 2013 i did both i moved the logo up and the rest down looks better now thats buddy Link to comment Share on other sites More sharing options...
vekia Posted December 6, 2013 Share Posted December 6, 2013 definitely, now looks well thank you for confirmation i marked this topic as [solved] with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts