[Resolved] Display Issue after last update (22.03.18)

Home Forums Support [Resolved] Display Issue after last update (22.03.18)

Home Forums Support Display Issue after last update (22.03.18)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #532273
    Patrick

    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!

    #532637
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #532659
    Patrick

    With your CSS all works fine again …

    Thank you very much!!

    #533011
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.