• Resolved ericjager2012

    (@ericjager2012)


    Hi, I use the Otter block Tabs on my website (https://eawheel.com/books/topics-covered-in-the-books/). On a computer, the tabs are displayed next to each other, however, on a mobile device, the second tab is displayed below the content of the first tab. Is there a way to display both tabs at the top of the content?
    Thanks in advance!
    Best regards,
    Eric

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

Viewing 1 replies (of 1 total)
  • Plugin Support Kush

    (@kushnamdev)

    Hi @ericjager2012,

    Could you please Go to Appearance > Customize > Additional CSS in WordPress and paste this custom css:

    @media (max-width: 768px){
    .tab_background {
    display:flex !important;
    }
    }

    Please let us know if this fixes your issue, best regards.

Viewing 1 replies (of 1 total)

The topic ‘Tabs on mobile device’ is closed to new replies.