Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1317630

    Hallo Kriesi Team,

    Gibt es eine Möglichkeit das Padding für Tabellen im Element “Reiter” nur für Mobile zu verringern?

    Lg

    #1317785

    Hey mtesch,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1318586

    Hello Rikard,

    thanks for the fast response.
    Attached please find my link.
    The element in question is below the picture.

    Best regards,
    Markus

    #1318816

    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

    #1319087

    Hello Rikard,

    the CSS works!
    Thank you very much.

    Best regards,
    Markus

    #1319423

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.