Alignment of add to basket/cart issue

Home Forums All Other Themes Alignment of add to basket/cart issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #101184
    ScottScott
    Member
    • Topics: 3
    • Replies: 6
    • Total: 9
    Member since: January 4, 2016

    Hi,

    I am trying to deal with an alignment issue of the add to cart button, see here: https://safetyproductsdirect.co.uk/wp-luke/wp-alignment-issue.jpg

    Firstly i want the button to move up to be closer to the price line but i also want to try and have consistency with the level it is at, because if the description moves on to two or more lines, the button moves down as can be seen in the attached image. Any help would be appreciated.

    Thanks

    #101197
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30632
    • Total: 30632
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height:30px;}

    Regards,
    Brad

    #101199
    ScottScott
    Member
    • Topics: 3
    • Replies: 6
    • Total: 9
    Member since: January 4, 2016

    thats excellent, thanks. The only issue now is that the ‘add to basket’ button is still quite low down is there code to move them up, maybe by two lines approx. https://safetyproductsdirect.co.uk/wp-luke/button-up.jpg

    #101209
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30632
    • Total: 30632
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price { min-height:30px;}

    Regards,
    Brad

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