• khiizer

    (@khiizer)


    Hello. As you can see on above page my ‘Buy Now’ button has inconsistent styling due to Product Description. I’m a new wordpress user so i’m having difficulties. how do i make the correction?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @khiizer, sorry for the long delay.

    The alignment for the product depends on the product title or the product content. That’s why the buttons are not lining up evenly on the same line. You can try adding the following CSS (and modify it) to your site to align those buttons

    .woocommerce ul.products li.product h2 {
    	line-height: 2.5ex;
    	height: 5ex; 
    	overflow: hidden;
    }

    Hope it will help.

    I hope it will help.

    Kind regards,
    Herman ??

Viewing 1 replies (of 1 total)
  • The topic ‘in consistent Button placement due to Product Description’ is closed to new replies.