• Under ‘location’, I would like the two tabs to have some more space.

    How can I customize the tabs?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    There is already a rule in custom CSS that manages the gap between elements. It has an !important modifier, so you cannot easily override it. You’d need to edit the existing value of 1.5em to your desired spacing.

    #myTab_7826 {
        gap: 1.5em !important;
    }
Viewing 1 replies (of 1 total)

The topic ‘Tabs Responsive space between two tabs’ is closed to new replies.