Jump to content

Menu Bar size


majorcode

Recommended Posts

9 hours ago, majorcode said:

I have been trying from hours to solve my issue. I want to change the size of menu bar and make it full size from left and right. Please see attached.

Use /themes/classic/assets/css/custom.css to style it, you can use something like this...

#header .header-top .container .row .col-md-10{
	width:100%;
}

you can also use margin, padding, tor or bottom...

Best regards

Link to comment
Share on other sites

Thank you PCQUATRO, i forgot to mention that I am using Prestashop 1.6 1.20

1 hour ago, PCQUATRO said:

Use /themes/classic/assets/css/custom.css to style it, you can use something like this...


#header .header-top .container .row .col-md-10{
	width:100%;
}

you can also use margin, padding, tor or bottom...

Best regards

 

Link to comment
Share on other sites

5 hours ago, majorcode said:

Thank you PCQUATRO, i forgot to mention that I am using Prestashop 1.6 1.20

If custom.css does not work for you, try /themes/default-bootstrap/css/global.css, or you can also edit the css of the menu module jugging by it´s apearance it should be the top horizontal menu witch uses superfish-modified.css...

Best regards

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

36 minutes ago, PCQUATRO said:

If custom.css does not work for you, try /themes/default-bootstrap/css/global.css, or you can also edit the css of the menu module jugging by it´s apearance it should be the top horizontal menu witch uses superfish-modified.css...

Best regards

Found both global.css but superfish-modified

Whereas no exact code in global.css

#header .header-top .container .row .col-md-10{ width:100%; }

please advise

Regards

Edited by majorcode (see edit history)
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...