Hello,
How do I force the posts for the masonry 2-column option to have one uniform size?
Thank you
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
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?
Hi,
Please try this code:
.av-masonry-entry .av-masonry-entry-title {font-family:Arial, sans-serif;}
Best regards,
Sarah
Thanks that worked, but now some images aren’t aligned correctly. I will post it in the private content.
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
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.
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