Chimago Posted November 19, 2015 Share Posted November 19, 2015 Hey, I need some help with my site, i would love to get the navigation bar full width. Is there a way to fix that? (I am new to prestashop and i dont really know how to do this myself) Tanx! Rob Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted November 19, 2015 Share Posted November 19, 2015 Hey, I need some help with my site, i would love to get the navigation bar full width. Is there a way to fix that? (I am new to prestashop and i dont really know how to do this myself) Tanx! Rob Can you share your site url ? thanks Link to comment Share on other sites More sharing options...
Chimago Posted November 19, 2015 Author Share Posted November 19, 2015 (edited) http://brewitbrewshop.nl/index.php Tanx for looking in to it Edited November 19, 2015 by Chimago (see edit history) Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted November 19, 2015 Share Posted November 19, 2015 Hi.. i give you simple solution for this..goto yoursite_dir\themes\default-bootstrap\modules\blocktopmenu\blocktopmenu.tpland add before </div> </div> </div> {if $MENU != ''}and some css changesthanks Link to comment Share on other sites More sharing options...
Chimago Posted November 19, 2015 Author Share Posted November 19, 2015 Hi, I cant find the 3 ending divs that you where saying, but if i open the file you said, there stands this: (nothing changed about this) {if $MENU != ''} <!-- Menu --> <div id="block_top_menu" class="sf-contener clearfix col-lg-12"> <div class="cat-title">{l s="Menu" mod="blocktopmenu"}</div> <ul class="sf-menu clearfix menu-content"> {$MENU} {if $MENU_SEARCH} <li class="sf-search noBack" style="float:right"> <form id="searchbox" action="{$link->getPageLink('search')|escape:'html':'UTF-8'}" method="get"> <p> <input type="hidden" name="controller" value="search" /> <input type="hidden" value="position" name="orderby"/> <input type="hidden" value="desc" name="orderway"/> <input type="text" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|escape:'html':'UTF-8'}{/if}" /> </p> </form> </li> {/if} </ul> </div> <!--/ Menu --> {/if} Thanks Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted November 20, 2015 Share Posted November 20, 2015 hi..you can put there three ending div before this {if $MENU != ''}thanks Link to comment Share on other sites More sharing options...
Chimago Posted November 20, 2015 Author Share Posted November 20, 2015 Thank you Nishith! indeed with the CSS Changes it worked! Thanks Link to comment Share on other sites More sharing options...
Tasifama Posted February 26, 2016 Share Posted February 26, 2016 Hello, I also would like to make the same for with my site, i would love to get the navigation bar full width. I'm trying to follow the instruction you've posted here but is not working for my Prestashop 1.6.1.4 Can you please help me on this? Thanks clintonsnow Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted February 26, 2016 Share Posted February 26, 2016 Hello, I also would like to make the same for with my site, i would love to get the navigation bar full width. I'm trying to follow the instruction you've posted here but is not working for my Prestashop 1.6.1.4 Can you please help me on this? Thanks clintonsnow HI... can you share your site url ? Link to comment Share on other sites More sharing options...
Tasifama Posted February 26, 2016 Share Posted February 26, 2016 (edited) Thanks for looking in to it Edited March 4, 2016 by clintonsnow (see edit history) Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted February 26, 2016 Share Posted February 26, 2016 Hi...when you apply above solution ?if yes then check your cache enable or in prestashop admin side? please clear the cache.thanks Link to comment Share on other sites More sharing options...
Tasifama Posted February 28, 2016 Share Posted February 28, 2016 Hi, Nishith Thanks for the help after I clear the cache it working perfectly well. Thanks Again Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now