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

    I have this setting that on blog posts words occupy full rows which means that spacing between words is not fixed: it depends.
    It is not a problem on pc, but on smartphone I really dont like it. Ive been looking on Google and every Enflod settings but I cant find a solution! If you dont understand what I mean, check this:
    photo5859259767946589166
    photo5859259767946589165

    #1259688

    Hey Jacopotj,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1259748

    It’s this
    Lenostube.com/blog

    Is it not a setting? It’s a glitch?

    #1260050

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top .fullsize .template-blog .post .entry-content-wrapper {
        text-align: inherit;
    }

    Also make sure that you clear the cache from your caching plugin before checking the results.

    Best regards,
    Rikard

    #1260379

    Hi, I added the line to my CSS of Network (I have multisite, but problem was there since beginning, I decided to fix it because I noticed blog post from traffic search have high bounce rate low retention and that surely affects the user’s performance…)

    Anyway, I added to network CSS, cleared cache of whole website and my device too but problem still there. With a closer look I noticed it’s not just a spacing issue because sometimes there is enough space for more letters, yet the post decides to add long white space as you can see from this screenshot

    https://pasteboard.co/JAcaUQ9.jpg

    #1260558

    Hi,

    This CSS is still applying on your site:

    #top .fullsize .template-blog .post .entry-content-wrapper {
        text-align: justify;
    }

    And it’s being served from the file in private. What happens if you disable your caching plugin?

    Best regards,
    Rikard

    #1261192

    Hi, thanks so much guys!
    Disabling the plugin didn’t help, but thanks to what you told me about “Old css”, I found the solution myself! ;)
    I simply deleted old css and js from the enfold optimization tab on theme settings, and that did the job!
    Thanks again

    #1261416

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘blog articles occupy full row’ is closed to new replies.