Archived topic
Display Issue after last update (22.03.18)
3 replies · Started by Patrick on March 27, 2018
Viewing posts 1–4 of 4
Hi there,
after installing the last update, I got a displaying issue.
There was a "border" on the left side (even it es fullwidth)!?
Can you please help me!
Hi there,
That's due to this custom CSS:
.main-navigation {
padding-right: 20px;
}
To make it apply to the regular nav only, do this instead:
.main-navigation:not(.slideout-navigation) {
padding-right: 20px;
}
With your CSS all works fine again ...
Thank you very much!!
You're welcome! :)
This archived topic is closed to new replies.