Site logo

Archived topic

How to Close Extra Space Between Buy/Read Button and Product Heading in Archives

5 replies · Started by Georgi on February 27, 2022

Viewing posts 1–6 of 6

Hello GP Team,

Since started using the theme I noticed the it uses a different approach in terms of displaying the buy button under the product headings in the product archives. And that is the level of the buy button under all products headings for a row is based on the product with the longest title - all other titles shorter than that also have the price displayed on the same level with the product with longest title, despite their title being shorter, creating extra white space as a result https://prnt.sc/4iw50gDIfUr7

Is this a normal practice usually so it's made this way?

Can you help display the buy button/read more (for expired products) immediately after the title like this: https://prnt.sc/WgxY88xfxhRm

Yes, links in the private area.

Try this:

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    margin-bottom: 0;
}

Works superb! Thanks :)

No problem :)

This archived topic is closed to new replies.