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.
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
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.
Hey!
Thank you for the kind words :)
Regards,
Peter