How can i make my tab responsive

I have images on my tab heads and it is not responsive.

Hey @ggooley,

Thanks for writing in! You have several sites associated with your licenses. I could not find the page where you have the tabbed content. To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

Regards.

Hi @ggooley,

Thanks for writing in again!

I couldn’t find any tabbed content on the given page. Please check the screenshot what I am looking at.

The page is fully responsive. Can you please confirm us with a screenshot of the issue, so that we can have a look.

Thanks

sorry, it was my mistake, https://timothy43325.wpengine.com/about-us/

Hi There,

Please try adding this element CSS to your tab:

$el ul {
    flex-flow: wrap;
}

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.