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

    Hi there,
    The height of the breadrumb bar increases when viewing in tablet and mobile.
    Any ideas to fix this?

    #733521

    Hey web4698,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #header_main > .container {
    	height: 70px!important;
        line-height: 70px!important;
    }
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 130px!important;
    }
    

    This will reduce the header size in all screens if you like to target tablets add the code inside a media query block :)

    Best regards,
    Vinay

    • This reply was modified 7 years, 10 months ago by Vinay.
    #733662

    That doesn’t work. It’s just the red breadcrumb bar I’m referring to on the inner pages.

    #734890

    Hi,

    I can’t find any breadcrumbs on the link you’ve provided. Can you send us a screenshot please? use imgur.com or dropbox.

    Best regards,
    Andy

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