Hi,
When using “Blog Posts” in the Avia Layout Builder, the Grid Layout is cut off on the page. This doesn’t seem to happen with any of the other Blog Post style options, but just the Grid Layout. Could you help me troubleshoot this issue?
Also, I’m utilizing the “Single Author, Big Preview Pic” blog format on a different page: https://www.jbaforyouth.org/whats-new/
Is there a way to make the text content under the photo line up with the photo/ not have the photo be bigger than the content box? This is the default if I choose the “Modern Business” blog style, but that also changes the single post blog style, and I prefer the Default Business style for the single posts.
Appreciate any help you can give.
Hi,
Thank you for the inquiry.
You should be able to align the text with the image by using this css code.
#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 800px;
margin: 0;
}
Please add it in the Quick CSS field or the child theme’s style.css file.
Best regards,
Ismael