Jump to content

Menu very big after updating


Recommended Posts

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

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...