Hi there Enfold Team,
I use the Tab section on my client’s website. The only wish i have is to make the content as wide as the title bar in mobile view (desktop is spot on)
Please see the attached screenshot for reference. So what i would like is that the text lines up left and right with the grey bar.
Thank you,
Bert
Hey Bert,
Can you please post a link to your page so we can provide you an accurate code? :)
Best regards,
Yigit
Sure!
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) {
.responsive .tabcontainer .tab_content {
padding: 15px 0;
}}
Best regards,
Yigit
Spot on Yigit! Thank you very much!
Bert
Hi,
You are welcome! :)
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