Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #860605

    Hi,

    Please see one of the pages of our site under development (link below).

    Apart from the home page of the site, we show the title container + bread crumbs in the header on all other pages. With some screen widths the title container is not fully visible. It seems to ‘disappear’ under the logo area. This appears to be the case for screens between 768 and 989 px.

    I set menu for mobile for smartphones and tablets (screenwidth up to 990px). Further I set the header to sticky header, schrinking header and unstick the topbar.

    I have the impression that the “unstick top bar” is not working for screens between 768 and 989 px and that this perhaps could be the reason that part of the title bar is unvisible…?

    Please advise.

    Thanks in advance,
    Monique

    #860966

    Hey Monique,

    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 (min-width: 768px) and  (max-width: 1024px){
      .responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main {
          padding-top: 130px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #860976

    Hi Victoria,

    Thanks! That helps!

    Any idea what caused the issue in the first place?

    Regards,
    Monique

    #861953

    Hi Monique,

    Well, the header is taller, than it normally is and so it has to be slightly adjusted.

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #863269

    Hi Gloria,

    Since it is a theme option to change the height of the header, you may expect this to automatically be adjusted. Or not?

    Regards,
    Monique

    #863385

    Hi Monique,

    I haven’t seen where you set it, but yes, I would assume it should. Anyway, we got it working for you right?

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #863925

    Hi Victoria,

    Yes, you got it working :-)

    I am a ‘curious’ person though and want to learn. I work a lot with Enfold. That’s why I ask these questions: I am just trying to understand why some things don’t work as you would expect them to…

    Can you please flag this topic as solved?

    Thanks & have a nice day,
    Monique

    #864415

    Hi Monique,

    Thanks for the feedback. I’ll close this thread for now.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Issue with page title container / unstick top bar’ is closed to new replies.