full width menu wont work
-
Hi, after update the “full width” menu wont work: https://www.optikwolf.de/kontakt/
Is it a bug or do you remove this functions in newest version?
Ticket for https://themeforest.net/comments/26748778
Hello,
Please, disable all external plugins so we can check this.
Kind Regards
Its not possible on the live site. It happend after theme update. Do you checked it on your demo?
Yes, we don’t see this problem on our demo and haven’t got similar reports yet. Are you able to create a staging copy of your website?
Hi,
you are right. I checked in an demo system and it works.
Do you have any idea if it is only a setting?
Florian
It looks like some plugin conflict. That is why we recommend you test it without installed plugins quickly.
Really strange. We fixed it with this custom css shortly:
.wd-design-full-width li a {
flex-direction: column;
flex-shrink: inherit;
}
.wd-design-full-width li a img {
width: 100%;
display: flex;
max-height: 130px;
margin-bottom: 5px;
}
.wd-sub-menu li a {
align-items: normal;
}
This code seems to be not related to the issue. It works because of some different reason now.
Yes, we change and add something in css code so it works.