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

    Hello,
    My site blog section has the aligment off can you please check (mobile view and in post section)

    #1406329

    Hey pimroll,
    I checked with my Android device and I didn’t spot any alignment issues, please see the screenshot in the Private Content area.
    Please be more specific and perhaps a screenshot would help.

    Best regards,
    Mike

    #1406337

    Hello,
    I have aligment issues in mobile> https://ibb.co/Zf4r2qg

    #1406360

    Hi,
    It looks like you are referring to the justified text alignment, try checking your customized css for this rule:

    #top .fullsize .template-blog .post .entry-content-wrapper {
        text-align: justify;
        font-size: 1.15em;
        line-height: 1.7em;
        max-width: 800px;
        margin: 0 auto;
        overflow: visible
    }

    and change justify to left, or try adding this css to your Quick CSS:

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

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1406415

    Hello,

    I add the code

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

    But it does not change the outcome. I could not find the other code.

    #1406439

    Hi,
    Thanks for the feedback, when I check now the text alignment is correct now, please see the screenshot in the Private Content area.
    Try clearing your browser cache.
    Please note that iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    #1406450

    Hello Mike,

    Yes it is ok for me now also, thanks!

    #1406465

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Blog post text alignment is off in mobile view’ is closed to new replies.