Hello,
I’ve recently tried to create some blog posts where I feature a set of 3 images on the left and some text blurbs on the right.
The issue I’m having is that the Blog post is completely ignoring any code I attempt to manually enter, or create using the visual editor. For instance, I want to space paragraphs out, however the post always ignores all layout and spacing when I “Update” it. <“p”> <“div”>, they are all ignored for some reason. Its become very frustrating as the posts do not look how I want them to at all.
Thanks for any help with this issue.
Hey!
Try adding this code to the Quick CSS:
.single-post .entry-content div {
clear: both;
}
Cheers!
Josue
Hey Josue,
Thanks for the code fix. Unfortunately it’s still not styling the way I’d like it to. I’m simply looking to do a standard paragraph break while keeping the text inline with the image. Think columns where 1/4 of the page on the left contains images and the 3/4 block on the right contains text. But they are always separate and formatted that way.
Example:
Image 1 | Text Text Text
Text Text Text
New Paragraph Text
Image 1 Ends Text Text Text
Text Text Text
Image 2 | Text Text Text
Text Text Text
New Paragraph Text
Image 2 Ends Text Text Text
Text Text Text
Have you tried using Columns Shortcodes (1/2) via the Magic Wand tool?
Cheers!
Josue
Remove this code i previously suggested:
.single-post .entry-content div {
clear: both; }
Nailed it! Great work as always and thanks so much for bearing with me.
You are welcome, glad to help :)
Regards,
Josue