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

    Is there a way to have the Main Titles & Breadcrumbs remain static at the TOP of the page like I have the main menu do (which was achieved by changing code in the avia.js file utilizing code that was provided in response to another thread someone else posted)? … I’m using the “Small Fixed Header” in case you need that info. Thanks.

    #211806

    Hi bmneimark!

    You can do it using a non-fixed header. Add this on Quick CSS:

    .title_container {
    position: fixed;
    top: 88px;
    z-index: 999;
    width: 100%;
    }
    
    .title_container .container {
    margin: 0 auto;
    }

    Adjust the top position according to header height.

    Best regards,
    Ismael

    #211832

    Worked like a charm. You guys are the best! Seriously, one of (if not the) best theme builder I/we have worked with. If you’ll ever need a letter of recommendation, reviews or support, please don’t hesitate to ask. I would be more than happy to oblige.

    #212132

    Hey!

    Thank you for the kind words :)

    Regards,
    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Main Title & Breadcrumbs – remain STATIC and not scroll’ is closed to new replies.