Hi,
At the minute I have no space between the right hand side of the product images on the product listing and the description text. Is there any code I can insert to create a space between the two?
Many thanks.
Hi,
At the minute I have no space between the right hand side of the product images on the product listing and the description text. Is there any code I can insert to create a space between the two?
Many thanks.
hi, sorry ignore my first message! I have just managed to sort it by adding
.productListing-data {
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
margin-top:10px;
margin-bottom:10px;
}
The main being the padding-left of the text.
Thanks though :)