Yzzy Posted May 16, 2014 Share Posted May 16, 2014 Hello... http://happylittlesoles.co.uk/zy/ I would like to move the whole store down so that more of the background can be seen. I have searched all the usual places but can't find where the code is to increase the padding above the menu... Can anyone help? Link to comment Share on other sites More sharing options...
Yzzy Posted May 16, 2014 Author Share Posted May 16, 2014 OK found it.... theme/css/modules/blocktopmenu... changed the 25px to 135px... :-) Link to comment Share on other sites More sharing options...
dioniz Posted May 16, 2014 Share Posted May 16, 2014 yourdomain/themes/default-bootstrap/css/modules/blocktopmenu/css/blocktopmenu.css #block_top_menu { padding-top: 25px; } Increase padding-top ha to late 1 Link to comment Share on other sites More sharing options...
Yzzy Posted May 16, 2014 Author Share Posted May 16, 2014 LOL yeah sorry.. I tend to do this.... rip my hair out and cant find something... walk away from the pc.. think about it.. come back and solve my own problems! I'm now trying to change the hove brown/black of the menu bar and can't find that... or can find it and it's not working.... I'm not liking 1.6.0.5 at the moment.... Link to comment Share on other sites More sharing options...
dioniz Posted May 16, 2014 Share Posted May 16, 2014 If you mean menu hover you have it in yourdomain/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css .sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a { background: none repeat scroll 0 0 #333333; border-bottom-color: #666666; color: #FFFFFF; } Link to comment Share on other sites More sharing options...
Yzzy Posted May 16, 2014 Author Share Posted May 16, 2014 If you mean menu hover you have it in yourdomain/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css .sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a { background: none repeat scroll 0 0 #333333; border-bottom-color: #666666; color: #FFFFFF; } hmm I tried this.. will kick the cache and try again... Link to comment Share on other sites More sharing options...
Yzzy Posted May 16, 2014 Author Share Posted May 16, 2014 AHA!!! line 69..... I was doing the wrong bit.. .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a { background: #D0F35B; border-bottom-color: #8FB60E; color: white; } Link to comment Share on other sites More sharing options...
Recommended Posts