Hallo Kriesi Team,
Gibt es eine Möglichkeit das Padding für Tabellen im Element “Reiter” nur für Mobile zu verringern?
Lg
Hey mtesch,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
Hello Rikard,
thanks for the fast response.
Attached please find my link.
The element in question is below the picture.
Best regards,
Markus
Hi Markus,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive .tabcontainer .tab_content {
padding: 0;
}
}
Best regards,
Rikard
Hello Rikard,
the CSS works!
Thank you very much.
Best regards,
Markus