Tagged: , ,

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

    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.

    • This topic was modified 9 years, 7 months ago by cameron329.
    #310127

    Hey!

    Try adding this code to the Quick CSS:

    .single-post .entry-content div {
        clear: both;
    }

    Cheers! 
    Josue

    #310745

    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

    • This reply was modified 9 years, 7 months ago by cameron329.
    #310747

    Have you tried using Columns Shortcodes (1/2) via the Magic Wand tool?

    Cheers!
    Josue

    #310750
    This reply has been marked as private.
    #310752

    Remove this code i previously suggested:

    .single-post .entry-content div {
    clear: both; }
    
    #310753

    Nailed it! Great work as always and thanks so much for bearing with me.

    #310754

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Layout / Spacing Issues with Blog Posts’ is closed to new replies.