Home Forums WoodMart support forum Buy Button position on product single page

Buy Button position on product single page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #113443

    webresultat
    Participant

    Hello,
    I would like to show my “Add-to-cart” button and the compare button bellow to be on single pages with alignment:right.

    I attach a picture with all “Buy”, “Brokenlink” and “Compare” fields on the left side as it is now.
    And I also attach one where I already set the “Brokenlink” to alignment right, because I could change that as “After Add to cart button text area” from settings.

    could you help me here so that all three fields are aligned right?
    thanks for your help
    greetings

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

    Hello,

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

    body .compare-btn-wrapper {
        min-width: 100%;
    }
    body .compare-btn-wrapper a {
        min-width: 100%;
    	text-align:right
    }

    Best Regards

    #124966

    webresultat
    Participant

    Hi I have encountered that this code is not working anymore with the latest version of the theme and plugins. can you help me here please?
    thanks and greetings

    #124967

    webresultat
    Participant

    Addition: I would now like to switch the “buy” button to the right and all three options(links) below should stay on the left side on single product pages.

    #125007

    Hello,

    Please replace the code provided earlier in the Theme Settings > Custom CSS > Global:

    body .product-image-summary .cart {
        float: right;
    }

    Best Regards

    #125667

    webresultat
    Participant

    thank you.

    #125689

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Buy Button position on product single page’ is closed to new replies.