Button display in different row

Home Forums Jevelin Theme Button display in different row

Home Forums Jevelin Theme Button display in different row

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

    Hi my friend. Please look in screenshot what i mean.

    The “add to cart” button, is in different row so is very ugly..

    Thank you Sir.

    • This topic was modified 3 years, 11 months ago by Demetris.
    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @Demetris,

     

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

     

    You can display it in one row 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

     

    .single-product button.single_add_to_cart_button.button.alt {
        position: absolute;
        bottom: 0;
        left: 130px;
    }
    
    .single-product div.product form.cart {
        position: relative;
    }

     

    Best regards,
    Shufflehound team

    Demetris
    Participant

    That Works perfect. Thanks Mate !

    You are most welcome here 🙂

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