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

    Hello,

    for tablet I enabled the sticky header with code that I found in your support forum:

    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .html_header_top.html_header_sticky #header {
    position: fixed !important;
    }
    }
    

    On landscape view the breadcrumbs are visible, but not on portrait view (please kindly see URL in private content box). Do you have any idea on how to solve? Would be great.

    Thank you so much in advance.

    Kind regards,
    Sophie

    #1120602

    Hey Sophie,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
      .responsive.html_mobile_menu_tablet.html_header_top #top #main {
          padding-top: 120px !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1120616

    Thank you so much, Victoria. This works like a charm! You can close this topic :-) .

    Best regards,
    Sophie

    #1120626

    Hi Sophie,

    Glad we could help :)

    Closing this one.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Breadcrumbs not visible on tablet portrait with sticky header’ is closed to new replies.