Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #857739

    Is there a way to alter the point at which Tabs become responsive?
    I have some headings that are long, causing them to wrap just before the responsive point, and I would just like to alter the width at which they reduce to their mobile (vertically stacked) format.
    Endold Responsive Tabs
    Thanks
    Dave

    #857879

    Hey Dave,

    You can try this in Quick CSS:

    .js_active .top_tab .tab {
        padding: 12px 8px 14px 8px !important;
    }

    The 8px values are for right and left padding.

    Best regards,
    Rikard

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