Single product, align description

Home Forums Jevelin Theme Single product, align description

Home Forums Jevelin Theme Single product, align description

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • pbueno
    Participant

    Hi, I’m trying to align the full description from Single Product page (all tabs) centralized, bottom of the images, pricing… So, everything below the SHARE button, should be full width, taking all the page’s space.

     

    Here’s the link:

    https://www.criesuastartup.com/produto/video-explicativo-basico/

     

    Thank you in advance,

    Pedro

    Solution for this topic

    Hi Pedro,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (min-width: 992px){
    .woocommerce #content .woocommerce-tabs.wc-tabs-wrapper {
        position: relative;
        width: 200% !important;
    }
    }

     

    Best regards,
    Shufflehound team

    pbueno
    Participant

    Awesome, thank you!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)