Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1013345

    Hi,

    The breadcrumb text seems to be going over the designated area. I have attached a link to the screenshot. What can I do to fix this?

    Thanks

    #1013359

    Hey SilviaNT,
    It looks like your breadcrumbs are very long, perhaps this css for mobile devices would be a good solution.
    Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 585px) { 
    .title_container .breadcrumb {
        top: 20% !important; 
    }
    #top .title_container .container {
        padding-top: 0px !important; 
        padding-bottom: 0px !important; 
        min-height: 70px !important; 
    }
    }

    Best regards,
    Mike

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