Hi, I am trying to create some white space between the thumbnail images of my three column portfolio. I’ve seen a number of threads that refer to the CSS:
.grid-entry .inner-entry {
width: 90%;
margin-left: 5%;
}
.sort_width_container {
padding-left: 1.5%;
}
and variations of. Unfortunately this isn’t resolving the issue for me. I have tried placing the code in both the Quick CSS and the Custom CSS file but I’m seeing no difference? The page I’m having problems with is: http://addandam.com/homepage-v2/new-cars-v2/
Thanks in advance
Hi,
Please try adding this code to Quick CSS
.grid-entry { padding: 0 0 10px 10px; }
Regards,
Yigit
thanks – thats working fine…