Tagged: CSS, mobile, smartphone, tabs
Hi there,
I have some problems with the CSS of the tabs when I use a mobile device or a small browser window. I found out that in the mobile view the tabs do not have the same background and behaviour like in your example online: http://kriesi.at/themes/enfold/shortcodes/tabs/
I already tried, but my CSS skills are not enough developed yet. Could you please have a look and use your super CSS powers?
Thanks in advance for your help!
Daniel
Hi Daniel!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.alternate_color .sidebar_tab, .alternate_color .tabcontainer .tab {
background-color: white;
}}
Cheers!
Yigit
Worked perfectly – thank you for your support, Yigit!
Hi!
Glad Yigit could help you :)
Best regards,
Peter