Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #646279

    The Blog Element is not displaying correctly on my home page, but it does display correctly on other pages.

    On the home page, the thumbnail is on the right, and the text is bumping down.
    The thumbnail should be on the left of the text.

    Displaying incorrectly on home page (bottom left):

    Example of it displaying correctly (left side):

    #647583

    Hey hankisaac,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .home .blog-meta {
        float: left!important;
        margin: 0 50px 0 0!important;
    }
    

    Best regards,
    Yigit

    #647638

    Awesome! Thank you!
    Hank

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog Element not displaying correctly’ is closed to new replies.