Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #475077

    Hello,
    I’ve been having issues with getting the blog to display properly on my site. I used the Advanced editor to display the blog on my homepage and my blog page.
    I’ve added in custom css to left align the text and thumbnail photo.
    On the homepage the text wraps around the image and on the blog page all the text is aligned properly with image to the left with text to the right properly left aligned.
    How do I get the homepage to display the same way as on the blog page.
    Please help.

    Thanks.

    #475081

    Hey FlexFitness!

    Can you please post the link to your website?

    Best regards,
    Yigit

    #475115
    #475232

    Hi!

    I’m not sure how you did that, could you post the CSS you added please?

    Best regards,
    Rikard

    #475866

    Here is all the blog related css that was added:

    #top .fullsize .template-blog .post-title {
    text-align: left;
    }
    .flex_column .template-blog .post .entry-content-wrapper {
    font-size: inherit !important;
    }

    #top .fullsize .template-blog .blog-meta {
    float: left;
    margin-right: 40px;
    display: block;
    position: initial;
    width: 81px;
    }

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: inherit;
    }

    #top .fullsize .template-blog .post-title {
    padding: 0;
    }

    #top h2 a{
    font-weight:300;
    color:#f69322;
    }

    #476217

    Hi!

    Thank you for the info.

    Try to add a left padding to the entry content container:

    #top .fullsize .template-blog .post .entry-content-wrapper {
      padding-left: 120px;
    }

    Cheers!
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.