• Resolved pearlynppl

    (@pearlynppl)


    Currently mobile view the tabs is in dropdown. I want the tabs to display side by side in mobile view. How should i do it? Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @pearlynppl,

    That’s going to be handled by your theme’s stylesheet, not anything in our plugin. If you provide a link to the page, I may be able to point you in the right direction.

    Thanks,
    Jon

    Thread Starter pearlynppl

    (@pearlynppl)

    Hi @pearlynppl,

    You can delete the block adding the mobile styles:

    @media(max-width:549px) {
      .small-nav-collapse>li {
        width:100%;
        margin:0 !important
      }
    }

    Let me know if that helps,
    Jon

    Thread Starter pearlynppl

    (@pearlynppl)

    Hi Jon,

    Sorry i am not familiar with wordpress.

    Where should i delete the block and add in these codes?

    Thanks

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Hi @pearlynppl

    You really need to get in contact with your theme developer. They are the ones who can make this change for you.
    Our plugin only provides the ability to add tabs. It doesn’t define or change the way the tabs look. We don’t add any HTML or CSS to a site that could change tab layout and style.

    The way the tabs look is defined by your theme and WooCommerce itself. You should submit a ticket with your theme developer and they may be able to help you with style and layout.

    Good luck!
    -Tracy

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Custom Tab Side by Side’ is closed to new replies.