Home Forums WoodMart support forum Product page is little messed up

Product page is little messed up

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #96818

    merishop
    Participant

    Hello!
    My product page is little messed up. The button is not aligned. Please see the attached image.

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

    Hello,

    Deactivate the plugins not related to the theme and check the issue again.

    Best Regards

    #96861

    merishop
    Participant

    Yes, it is because of the Facebook chat plugin I’m using but that plugin is very important to me.
    Plus how can I change the size of add to cart button? I want it to be bigger.

    #96897

    Hello,

    Please add this code to the Theme Settings > Custom CSS:

    body .btns-shop-light .single_add_to_cart_button{
    width:80%;
    }

    Set the width as per your needs.

    Best Regards

    #96905

    merishop
    Participant

    This code is not making any changes.

    #96953

    Hello,

    Please replace the code with this one:

     .btns-shop-light .single_add_to_cart_button{
    width:80%;
    }

    Best Regards

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