Hi,
I have a problem with the presentation of the contributions.
The images are displayed in different sizes on the mobile devices.
Can I change that somewhere?
So that all posts are the same size being represented?
Best Regards
Stefan
Hey Bassmann,
The images show up in the same size, it’s the amount of text that covers the image container.
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi Stefan,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 989px) {
#top .av-masonry-entry .av-inner-masonry-content {
padding: 5px 10px;
}
#top .av-masonry-entry .av-inner-masonry-content * {
font-size: 14px;
line-height: 20px;
margin: 0;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Stefan,
Thanks for the login details. I’m not sure what you mean by no start-up text is displayed on the block page. Are you referring to the title of the page maybe? If so then that is as expected, as all content needs to be added manually to posts created with the Layout Builder, including the title of the post.
Best regards,
Rikard