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

    Hi folks. In the “Header behaviour” configuration I have the following settings:

      Sticky header = YES
      Shriking header = NO
      Unstick topbar = NO
      Let logo and menu position adapt to browser window = YES

    Said that, the HEADER menu is fixed to the top, while TITLE and the BREADCRUMB disappear as soon as I scroll down.

    Is there any way I can fix to the top TITLE and BREADCRUMB as well?

    THX
    Bye,
    A.-

    #1336748

    Hey Angelo,
    Please try this solution

    .title_container {
    position: fixed;
    top: 122px;
    z-index: 1000;
    width: 100%;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1336755

    Hi Mike. Thanks for your answer: it is almost ok. I am saying “almost” because I also have a FullWidth menu, set as “sticky submenu”, and the sticky title+breadcrumb after your CSS is applied now it is stick BELOW the sticky fullwidth submenu.
    Adjusting the TOP value in your CSS just moves up/down the title+breadcrumb, but does not fix the issue: the submenu is always above the title+breadcrumb…

    Would it be possible to fix this one as well?
    Thanks!
    Bye,
    A.-

    #1336757

    Hi,
    Please link to your page so we can examine.

    Best regards,
    Mike

    #1336768

    Thanks Mike. In private the information required.

    You will see, top to bottom:
    1) the sticky header
    2) the unsticky title + breadcrumb (will disappear when scrolling down)
    3) the fullwidth submenu (being sticky, it will take the place of the title + breadcrumb when scrolling down).

    I’d like to have all the 3 sticky :-)

    THX
    Bye,
    A.-

    #1336772

    Hi,
    Thank you for the link to your site, please try this css instead:

    #top.single-portfolio .title_container {
    position: fixed;
    top: 82px;
    z-index: 1000;
    width: 100%;
    }
    #top.single-portfolio #sub_menu1 {
    top: 142px !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1336776

    Ok, it works Mike!
    So, basically you’re also freezing the top position of the subemnu so that it stays below the title+breadcrumb, clear!
    Thansk again, solved!
    Bye!
    A.-

    #1336777

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Stick title + breadcrumb?’ is closed to new replies.