Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #777339

    Hi there,

    We have almost finished (for now) working on our website.

    There is this 1 specific question I would like to ask. It has to do with the styling of the extra buttons from woocommerce and the css I used.

    I would like the button on the top to align to the right and the other buttons on the page to the right.

    I have tried to give the button a unique ID, but I guess I made mistake somewhere.

    I have placed this in the product page
    <p id="buttonbovenav" >[add_to_cart id="794"]</p>

    I have placed this in the custom css

    #buttonbovenav a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        float: right !important;
    }

    Can you find the time to help me and check what I did wrong?

    Maaike

    #777658

    Hey Yoginess,

    Please try this in Quick CSS instead:

    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        float: right;
    }

    Best regards,
    Rikard

    #782236

    thank you rikard!

    #782652

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.