WooCommerce variable product selector not centered on mobile

Home Forums Jevelin Theme WooCommerce variable product selector not centered on mobile

Home Forums Jevelin Theme WooCommerce variable product selector not centered on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Koygani
    Participant

    I was able to add some custom CSS codes and change around the product page a bit I don’t quite remember where I want wrong but please refer to the attached photo for better clarification. On a desktop the table is centered but on mobile it can’t be seen.

     

     

    Attachments:
    You must be logged in to view attached files.

    Hi @Koygani,

     

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

     

    You can resolve 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

     

    .woocommerce.single-product .product .summary {
        position: static;
    }
    
    .woocommerce.single-product .sh-woo-layout-right.col-md-6 {
        float: none;
        margin: 0 auto;
    }
    

     

    Best regards,
    Shufflehound team

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