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

    I had logged a previous issue where the “Add to Basket” and “Show Details” per product text in my online store was wrapping. I was given some custom CSS to solve that problem. You should find a history of that ticket againt my profile.

    Now I have added a WooCommerce Mix and Match plugin where I am able to show product bundles. The bundle product text only reads “Show details”, there is no “Add to Basket option”. It is left aligned due to the Custom CSS applied above.

    How can I introduce a seperate CSS class on the deals page so that this product text can be centred seperately to the Product Text in the online shop page?

    #1279383

    Hey trljackson,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top.page-id-8931 #wrap_all .shop_columns_5 .avia_cart_buttons .button {
        float: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1279436

    Thanks, that works.

    #1279458

    Hi trljackson,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Centre Selection Options on my Deal product page’ is closed to new replies.