Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #620928

    Hi

    I have a Masonery Portfolio with gap and filter and it displays the gray backgroud behind pictures and the the filter tex (please see the example)
    It should display all white but it doesnt. I found a similar support post and you suggested to update theme to lastest version and i did and nothing has changed.
    Also i would like to control Title alignement as the excerpt i can put html center but how with the title.
    Also is here a way to control gap pixels not that large but not 1 pixel.

    Thank you.

    #622108

    Hey hdpcr!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .main_color .av-masonry {
        background-color: white;
    }
    .av-masonry-entry .av-masonry-entry-title { 
    text-align: center; 
    }

    Cheers!
    Yigit

    #622363

    Hi Yigit

    It worked perfect!!! Thank you very much.
    Just one last thing if possible is there a ways to control the gap size like 2 px or 3 px?

    Thank you very much

    #623246

    Hi!

    Please set it to 1px and then add following code to Quick CSS as well

    .av-1px-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
        position: absolute;
        right: 3px;
        bottom: 3px;
    }

    Cheers!
    Yigit

    #623254

    Hi

    Thank you very much. I guess if i put #my-custom-class. av-px then put that unique id in the masonry developer id it will work as well??

    Thank you

    #623257

    Hi!

    Exactly :)

    Cheers!
    Yigit

    #623262

    Thank you very much for your help it works great
    Cheers

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Massonery’ is closed to new replies.