majorcode Posted December 28, 2019 Share Posted December 28, 2019 Hello, 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. Please advise, Regards Link to comment Share on other sites More sharing options...
PCQUATRO Posted December 28, 2019 Share Posted December 28, 2019 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 More sharing options...
majorcode Posted December 28, 2019 Author Share Posted December 28, 2019 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 More sharing options...
PCQUATRO Posted December 28, 2019 Share Posted December 28, 2019 (edited) 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 December 28, 2019 by PCQUATRO (see edit history) Link to comment Share on other sites More sharing options...
majorcode Posted December 28, 2019 Author Share Posted December 28, 2019 (edited) 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 December 28, 2019 by majorcode (see edit history) 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