esquire 1 Report post Posted July 23, 2012 Hi, Im using the Sexy Snips to centralize my logo and its fine I would like to use the 'Center the Nagivigation' option too - the code I receive to this is: @import url(http://www.bassoandbrooke.com/wp-content/plugins/sexy-snips/css/center-nav.css); but when I use the command above on inside my custom css all my menus get centralised and I just would like my main one and the footer to be, and keep my fixed menu ( shopping cart functions) on the very top of the page to still fixed and be aligned to the right as it is at the moment, so I guess I would need to add another code to avoid the "center the navigation' command to completely avoid this specific top menu... is it possible? at the moment my main menu is centralised using: ul#menu-bb {margin-left: 145px;} but this is very problematic, and also non-responsive ... when I browse the website on my ipad it works ok on horizontal position, but its all messed up when I try to navigate on vertical position. any tips? many thanks in advance Share this post Link to post Share on other sites
esquire 1 Report post Posted July 23, 2012 resolved the issue :) if anybody needs the same information I managed to fix that using the following on the custom css #nav_row, .center {float:left;width:100%!important;position:relative;} #nav_row ul, .center ul {clear:left;float:left;list-style:none;margin:0;padding:0;position:relative;left:50%;text-align:center;width:auto!important;} #nav_row ul li, .center ul li {display:block;float:left;list-style:none;margin:0;padding:0;position:relative;right:50%;} #primary-nav #nav_row {position: relative} #nav_row ul ul{clear:none !important;float:none !important;left:-55px !important;width:250px !important;position:absolute !important;top:32px;} #nav_row ul li li{right:0px !important;text-align:center;} Share this post Link to post Share on other sites
mackenzie 12 Report post Posted July 23, 2012 Thank you for letting us know Mackenzie - PageLines Help Desk The Centsible Family - Writer, Photographer and Coffee Addict --------------------------------------------------- Kindly search this forum and read the documentation before posting. It will help you resolve many issues. For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting. Share this post Link to post Share on other sites