Jump to content

Top Horizontal Menu Width {SOLVED}


wilebaldo

Recommended Posts

Hello every one I have a question, I change the size of my prestashop template form the fixed 750px to 85%, everything is OK, except my menu, that one the Width keep same as before I ready change everything I can but I can't fixed, some one can help me to resolve this.

 

Like you see in the image the menu has a margin on left and right size and won't fit to the new size, event if I mark to the menu margin 0 on left an right is keep same, and the case is with small screens the menu make 2 lines or in other cases not show at all.

menu margin.jpg

Edited by wilebaldo (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

Hello NemoPS, sorry for don't answare before but I was in vacations, well I modify the file Global.CSS changing "Container{ max-width: XXXpx" to "max-width: 85%".

 

I remember was 5 part has the same width on pixels and I changed to 85% to auto adjust to the screen, I ready try the margin on the top menu but is nothing the to change, and in the Global.CSS i'm not sure what is the part of adjust the top menu. if I change the size from the 85% to 100% the menu is still making the same auto margin and not adjust to the full width.

 

One more question: what is that you said I have to disable the "CCC" i don't know what your talking about.

Link to comment
Share on other sites

@NemoPS I ready fix it, I have to made some modifications to the files.

 

The BlockTopMenu.tpl in the line 5 have this:

<ul class="sf-menu clearfix menu-content container"> and I Change for this

<ul class="sf-menu clearfix menu-content containermenu">  

And in the Globla.CSS I added  .containermenu {max-width: 100%; }  Just after where the .container {max-width} was. in total is a 3 place where I have to add.

 

Thanks for you help, after you ask to me what I change I see if I made this change is fix the error, I'm not sure if was the correct way but for me is works.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...