Is there a way to get this to stay in place when scrolling
Hey gwinenvato,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .container_wrap.title_container {
position: fixed;
top: 180px;
width: 100%;
z-index: 999;
}
Hope this helps.
Best regards,
Nikko