Tagged: 

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

    Hello,
    I’m trying to figure out how to fix an issue that happens on mobile with blog posts when the navbar content is too long. The Navbar has a fixed height and the “You are here: Level 1 > Level 2 > Level 3 > Kinda long text as caption ……..” will go under the Navbar causing issues.

    How can I fix this ?

    Thanks in advance for any help!

    Patrick

    #1264618

    Hi Patrick,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .title_container .breadcrumb {
        right: 0;
        margin-top: -22px;
    }
    }

    Best regards,
    Rikard

    #1264783

    Hello Rikard,

    it should do the trick! Thanks a lot!

    #1265000

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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