• Resolved Naomi

    (@livingcminca)


    Hi, I’m running WordPress 6.2 with Astra theme. For some reason, on my homepage which is set to show my blog posts, some of the posts started showing with the text all in one single line down the right side of the page with only one letter per line. It’s impossible to read.

    If I go back into Elementor and create a new area and add text to it and copy and paste the very same text to it and save, it fixes the problem in that post only. I have too many posts to manually fix this way. I’m wondering if it’s a conflict between blocks and Elementor or something? Here’s an example:

    You can see it live by scrolling down on this page:

    https://livingcminca.com/page/2/

    Here are the active plugins I have on the site:

    These are the active plugins:

    Akismet Anti Spam

    Astra Widgets

    Classic Widgets

    Elementor

    Elementor Header & Footer Builder

    Essential Add Ons for Elementor

    Infinite WP Client

    Jetpack

    Updraft Backup/Restore

    Wordfence Security

    I did try the Elementor Regenerate CSS & Data tool and that didn’t fix the problem. Please help!

    The page I need help with: [log in to see the link]

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi Naomi,

    You should be able to fix it with the following CSS.

    .blog .elementor-section{
       display: inline-block;
    }
    Thread Starter Naomi

    (@livingcminca)

    Thank you!! That worked!! But now my header which is an Elementor Header Builder Header is left aligned instead of centered like it was and I can’t find where to fix it.

    Thread Starter Naomi

    (@livingcminca)

    My footer is also affected. The tagline and copyright are side by side instead of centered.

    Hi Naomi,

    Update the styles to the following so it only applies to the content section.

    .blog .entry-content .elementor-section {
        display: inline-block;
    }
    Thread Starter Naomi

    (@livingcminca)

    That did the trick! Thank you!!

    Thread Starter Naomi

    (@livingcminca)

    Ok shoot! Now another problem lol! The text and images are going over and outside the contained area on the right side. Here’s a pic:

    Hi Naomi,

    I am not able to replicate the issue. Would you be able to try incognito after clearing the cache?
    However, I see the previous issue on the search and archive pages as well. Update the above style with the following. It can be just .entry-content .elementor-section but until we are sure, that we update only the page templates we have issues.

    .blog .entry-content .elementor-section,
    .search .entry-content .elementor-section,
    .archive .entry-content .elementor-section {
        display: inline-block;
    }
    • This reply was modified 1 year, 10 months ago by irizweb.
    Thread Starter Naomi

    (@livingcminca)

    I tried purging the cache and opening an incognito browser and it’s still crossing over the border to the right on some posts. I also updated the css as you indicated and it’s still the same.

    Thread Starter Naomi

    (@livingcminca)

    Also, on single posts, I can’t figure out how to get the post title to show. It’s so confusing with multiple plugins that affect the same thing, I can’t tell if I need to look at the settings in Elementor, Astra, or Jetpack.

    Also, I want comments to show before “related posts” and can’t figure that out either. {sigh} These helpful plugins sometimes complicate more.

    • This reply was modified 1 year, 10 months ago by Naomi.
    Thread Starter Naomi

    (@livingcminca)

    I figured out the related posts issue – I had both Jetpack and Astra related posts turned on. I turned Astra off since it created a whole new container whereas Jetpack was more subtle and created related posts within the existing post container.

    Thread Starter Naomi

    (@livingcminca)

    I’m seeing Astra recommending Spectra. I have so many posts in Elementor, but with WordPress pushing the Gutenberg blocks, I’m wondering about switching to Spectra. What happens to the Elementor posts that I already have if I do this? Does anyone know?

    Thread Starter Naomi

    (@livingcminca)

    I removed Elementor and the issue is gone.

    Thread Starter Naomi

    (@livingcminca)

    Closing this thread, thank you.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Post showing strange one line of text down right side of page’ is closed to new replies.