christiaannn 0 Posted January 13 Posted January 13 I have updated the latest version of prestashop (1.7.7.1) and there is a problem. The menu appears in big size in the whole page and I can't modify it. web: https://lapapeleriadelola.com/ Cold you helpme please. Share this post Link to post Share on other sites
Prestachamps 179 Posted January 13 Posted January 13 Hi, most probably it's some CSS rule that is making the menu big/large (I cannot check it as the site is in maintenance. Could you take it out from maintenance for a couple of minutes so I can check the CSS rule? Kind regards, Leo Share this post Link to post Share on other sites
christiaannn 0 Posted January 13 Posted January 13 Hello, Thanks, It is already out of maintenance. Could you check now, please Thanks. Share this post Link to post Share on other sites
Prestachamps 179 Posted January 13 Posted January 13 Hi, I suppose that your menu module's CSS is not being loaded after upgrade, or the module is not 1.7.7.1 compatible. Temporarily you can add these 3 small CSS rules to custom.css to temporarily fix the menu: li.amenu-item { float: left; margin: 1px 10px; } .amenu-item .adropdown { display: none; } .amenu-item:hover .adropdown{ display: inline-block; position: absolute; margin-top: 20px; margin-left: -50px; } But I recommend to clear the shop cache, and if still not working, to contact the developer of the menu module to send you the module version which is compatible with ps 1.7.7.1 Kind regards, Leo Share this post Link to post Share on other sites
christiaannn 0 Posted January 13 Posted January 13 Hello, I added the rules you recommended, now it appears a little better. I will contact the template developer. Although I don't think he will answer me, since it appears that he hasn't supported it for a long time. Thank you very much for the help. Share this post Link to post Share on other sites
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