Home Forums WoodMart support forum Display issues

Display issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #569070

    teanooks01
    Participant

    I found that the <Buy Now> button on my product details page displays abnormally when browsing on a mobile phone. I want to move it to the right side of <Add to Cart>. Where should I do this? This problem exists for all my products.

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

    Hung Pham
    Participant

    Hi teanooks01,

    Thanks for reaching to us.

    Please try using the below Custom CSS code and paste it to Dashboard > Theme Settings > Custom CSS > Custom CSS for mobile section:

    div.product-summary-shadow .summary-inner {
    	padding: 30px 12px 15px;
    }

    Regards,

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