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

    Hi folks.
    I am wanting to add 20px around each of the portfolio options on my page (web page below)
    With the upgrade to the latest Enfold, it is now forcing it to full width with no gaps. I’ve tried ” #top .no_margin.av_one_third {
    padding: 20px; } ” but it’s almost there. I get 20 / 40 / 40 / 20 pixel gaps. I’ve tried it as padding-right: 20px; – which gives even columns, but now space on the left.

    Hoping someone can help get it even all the way around.

    Thanks!
    Brad

    #350021

    Hi Brad!

    Thank you for using our theme.

    Try the following:

    
    #top .no_margin.av_one_third {
        padding: 0 10px 20px !important;
    }
    
    #top .grid-sort-container{
       padding: 0 10px !important;
    }
    

    Regards,
    Günter

    #350198

    Hi Günter

    Thanks for the quick response.
    This almost does the trick. The only issue is the third column gets knocked down to the next row with the inclusion of the margin/padding. Is there a way to reduce the size of the thumbnails? I can’t seem to decipher the titling of it and I don’t want to start hacking around.

    Many thanks.
    Brad

    #350534

    Hi Günter
    Found it! Looks like it’s figured out. Just tweaked the:
    #top .no_margin.av_one_third {
    width: 33% !important;

    Cheers.
    Brad

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘3 column sortable Ajax portfolio: space between the items – how to?’ is closed to new replies.