I would like for the navigation block in my tab section to be fixed so the content inside is scrollable. Is this possible using the quick css section?
Thanks ahead,
Daniel
Hey ryanqb,
Please provide a link to the site/page in question so I can get a better idea of what you need.
Best regards,
Jordan Shannon
I would like the navigation to be fixed to the bottom so that the user doesn’t have to scroll down to change the tab, but they can scroll down if the content exceeds the height of the window. Thanks again!
Hi,
So you are just wanting the tabs to be visible at all times?
Best regards,
Jordan Shannon
Yes, even when I have a section that is able to scroll.
Thanks!
Daniel
Hi,
Try adding this css code in Quick CSS:
.postid-7916 #av-tab-section-1 .av-tab-section-tab-title-container {
position: fixed;
bottom: 0;
width: 100%;
padding-bottom: 75px;
}
.postid-7916 #av-tab-section-1 {
padding-bottom: 60px;
}
It would only affect the page in private content. Hope this helps :)
Best regards,
Nikko
Thank you very much! You guys are awesome!
Hi,
Glad Jordan and Nikko could help! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit