Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #688218

    Hello, I love Enfold for my photo blog, and I actually launched my website publicly last night. However, I disappointed to hear feedback from my viewers saying that the text turns into a weird format when my website is viewed on mobile. However, it’s only on the home page blog that is formats the text in a weird way. Once you click into the single blog post, it no longer has in issue. Not sure what is going on, but I would really appreciate the help to fix it. It looks like it adds a bunch of space between certain words that completely ruins the experience for my readers. Thanks!!

    -Eric

    #689126

    Hey EricMarks,

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

    @media only screen and (max-width: 480px) {
    .home .template-blog .post-title {
        font-size: 30px!important;
    }
    .home .entry-content {
        text-align: left;
    }}
    

    Best regards,
    Yigit

    #689591

    Wow! That seemed to fix all the text issues. THANK YOU!

    #689790

    Hi,

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enold – WEIRD TEXT FORMATTING ON MOBILE’ is closed to new replies.