Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28737

    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

    #138471

    Hi,

    Please try adding this code to Quick CSS

    .grid-entry { padding: 0 0 10px 10px; }

    Regards,

    Yigit

    #138472

    thanks – thats working fine…

    #138473

    Hi,

    You’re welcome, glad we could help :)

    Regards,

    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Space between portfolio thumbnails’ is closed to new replies.