Site logo

Archived topic

Padding (Space) between product image and product title

5 replies · Started by Data on January 15, 2021

Viewing posts 1–6 of 6

kindly check how to put some space between product image and product title on desktop.

Hi there,

can you disable the SG optimizer so i can see whats causing that.

yes, I deactivated the SG optimizer, kindly check now

Ah this is because of the gallery slider being used. Try this CSS to fix that:

@media only screen and (min-width: 768px) {
  .rtwpvg-images {
      margin-right: 40px;
  }
}

wow, this is why I love generatepress support. thank you

You're welcome

This archived topic is closed to new replies.