Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #792872

    Hello,

    How do I force the posts for the masonry 2-column option to have one uniform size?

    Thank you

    #792887

    Hey FlatText,

    They seem to be lining up perfectly on my end, could you post a screenshot of the problem and in what browser you are seeing it in please?

    Best regards,
    Rikard

    #792892

    I changed the h3 css to:
    { font-family: ‘RandomFont’, sans serif;
    font-size: 2.8em;
    }

    That changed it. But now I don’t want that font for post titles. How do I change the post-title font to Arial?

    #792912

    Hi,

    Please try this code:

    .av-masonry-entry .av-masonry-entry-title {font-family:Arial, sans-serif;}

    Best regards,
    Sarah

    #792919

    Thanks that worked, but now some images aren’t aligned correctly. I will post it in the private content.

    #792924

    Hi!

    The title having two lines pushed up the image boundary. 

    You can try the code below, which forces a 135px height on the area for the text in the masonry entry. I made it specific to this masonry element so that it won’t affect other masonry elements in your website.

    #av-masonry-1-item-1534 .av-inner-masonry-content {height:135px;}

    Best regards,
    Sarah

    #792925

    Thank you! Didn’t realise it was the two-lines causing this issue. I’d rather not hack at individual elements, much simpler to remove the extra line.

    Thanks again.

    #792928

    You’re welcome! We’re glad to help.

    If you have any other questions or issues, feel free to post them here on the forum.

    Thank you for using Enfold!

    Sarah

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Posts thumbnail – one size’ is closed to new replies.