• Resolved mashgravity

    (@mashgravity)


    Hi!

    I have been working on perfecting the layout of my website for about a year now. Two months ago, I had all aspects perfected as I launched my first t-shirt as an artist.

    I have been selling various products since then, but today I had gone onto my shop page and uploaded a new product, and I saw that something had changed. The thumbnails are now all vertically descending, and the tabs have changed to what looks like an unappealing block.

    I use Woocommerce and Elementor for my shop page, and the theme I use is OceanWP. But, I had gone through Elementor and do not think that is the problem. I think there was a Woocommerce update recently, but I cannot figure out how to reverse these changes on my products. Please help me fix this issue and let me know how to return the thumbnails to a horizontal format under the main photo.

    Also, I do not have an image of what the tabs used to look like, but they were also laid out horizontally, and not stacked vertically. Anything will help at this point.

    (the magnifying glass on the top left was not there either)

    Thank you so much! ??

    Chris

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @mashgravity

    Change the CSS rule for the tabs’ and product gallery images’ li elements to be displayed inline like this:

    ol.flex-control-nav.flex-control-thumbs li  {
        display: inline-block;
    }
    
    .woocommerce-tabs ul.wc-tabs li {
        display: inline-block;
    }
    Thread Starter mashgravity

    (@mashgravity)

    @lusp THANK YOU SO MUCH!!!!!

    Plugin Support Missy a11n

    (@m155y5)

    Automattic Happiness Engineer

    It looks like you’ve gotten this taken care of, so I’m going to go ahead and mark this topic resolved. If you have any other questions, please feel free to start a new thread. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘SINGLE PRODUCT THUMBNAILS AND TABS’ is closed to new replies.