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

    Hi I would like to increase the gap bwtween masonary elements in my blog – it is just 2 columns winde, so it is the dividing lines i want to increase.

    I tried this code in CSS but it didn’t have any effect

    .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
    margin-right: 40px;
    margin-bottom: 40px;
    }

    .av-masonry-container {
    width: 103.5%;
    }

    I’d also like to increase the font size a little of the overlay caption

    Many thanks

    Faye

    #802815

    Hey FayeMcC,

    Add the followiing to quick css:

    .av-masonry-col-2 .av-masonry-entry {
        width: 47.80%!important;
    }
    
    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        font-size: 2em!important;
    }

    Best regards,
    Jordan Shannon

    #803923

    Hi Jordan

    Thanks for gettin gback to me. It doesn’t seem to have any effect!?

    What else can I try?

    Regards

    Faye

    #803981

    Hi,

    Please provide admin info so I can log in and look into this further.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.