• Resolved thefrisb

    (@thefrisb)


    How do i get the tabs to show up below the tabs text.
    I want to show the text first or images, whatever the custom tab contains, and then under that just before similar products all the available other tabs.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @thefrisb,

    That’s going to be controlled by your site’s theme. Depending on how your theme was built, there may be settings available to control the layout of the product page. Our plugin doesn’t do anything to customize the tab layout itself.

    Let me know if that helps,
    Jon

    Thread Starter thefrisb

    (@thefrisb)

    Thanks for the response!

    Isn’t there a way to modify it via css?

    Hi @thefrisb,

    Yes, you will need to edit your theme’s CSS. I see

    .woocommerce-tabs .panel {
        float: right;
    }

    Removing that would be a good start.

    Let me know if that helps,
    Jon

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hi @thefrisb,

    If you want to safely override the CSS you can use

    .woocommerce-tabs .panel {
        float: none;
    }
    • If you’re using WordPress 4.7 or higher, you can go to Appearance > Customize > Additional CSS and place the code there.
    • If you created this theme yourself, you can add it to your style.css file
    • If you’re using a theme you downloaded or bought you can make a child theme and add the code to your child theme’s style.css file
    • Your theme may have a “Custom CSS” option. If it does, then you can paste it in there.
    • You can use a plugin like Simple Custom CSS or Jetpack and enter the code in their Custom CSS area
    Thread Starter thefrisb

    (@thefrisb)

    Oh sorry i think you might have misunderstood me.
    I was looking into guidance if you could help me to achieve
    this certain style.
    Image down below;
    The result i want to achieve

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hi @thefrisb

    This is something you should ask your theme designer, because it is beyond the scope of our plugin.

    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.

    Stay well!
    -Tracy

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Display text before product tabs(mobile version)’ is closed to new replies.