Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #865961

    Hi,

    Just posted a topic and with the very quick answer, I thought it was solved. But unfortunately it isn’t. The solution Jordan suggests, looks like it works, but that’s only for small posts. When the posts are larger, the text will go beneath the featured image. I would like to have them divided in two columns. I’ve added a link in the private section with larger posts. Wouldn’t it be possible to let the small-preview grow to the height of the text-div?

    Regards,

    Erwin

    #865970

    Hey erwin_m,

    Apologies. How are you building the blog posts? Are you using the default text editor or the ALB?

    Best regards,
    Jordan Shannon

    #866474

    Hi Jordan,

    No apologies needed! You’re trying to help.

    For the posts I’m using the default editor. On the page which contains the posts, I’m using the ALB to display the posts form the category.

    Regards,

    Erwin

    #866719

    Hi,

    I see. Have you attempted “No Alignment” on your images within the editor:

    Image Alignment

    Best regards,
    Jordan Shannon

    #866837

    Hi,

    It are featured images, so there is no alignment-option.

    Regards,

    Erwin

    #867424

    Hi,

    Please add the following css codes.

    #top .fullsize .template-blog .blog-meta {
        width: 25%;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper {
        width: 70%;
        float: right;
    }

    Best regards,
    Ismael

    #867493

    Hi,

    Ismael, thank you for your post, this works great! I’ve copied the code also for use beneath 950px.

    Would it be possible to align the blog-meta in the center, if beneath 950px? The same should be happening with the read-more on the blog-page. Would be great if possible!

    Regards,

    Erwin

    #867973

    Hi,

    Yes, that’s possible. Just insert this code inside the “950px” css media query to center align the blog post elements.

    #top .fullsize .flex_column .template-blog .post .entry-content-wrapper > * {
        text-align: center !important;
    }
    
    #top .fullsize .template-blog .post-title {
        text-align: center !important;
    }
    
    #top .fullsize .template-blog .blog-meta .small-preview {
        margin: 0 auto;
        float: none;
    }

    Best regards,
    Ismael

    #869111

    Hi Ismael,

    Is there a way to centre a 1024 px Text Block so it will not be left aligned (text will remain left align)?

    Thanks,

    Ilan

    #869468

    Hi ofekw,

    Please open your own topics in the future. What part on your site you want to center exactly? If you are referring to the lists you have on your page the I would suggest that you don’t try to center them as lists don’t tend to look good centered.

    Best regards,
    Rikard

    #869477

    Hi Rikard,

    Thanks for following up!
    Trying to center a contact form so it displays at the centre of the page.

    Warm Regards,
    ofekw

    #869943

    Hi,

    The contact form is already centered. Please create a new thread if you need further help. We’ll close the thread for now.

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Strange blog layout, again/still’ is closed to new replies.