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

    When i look on mobile the text’s i wrote are having allot of extra spaces between words.
    now i figured out that it is only at line’s that are longer then the wight of the mobile viewing.

    cos when i turn the screen the lines are good again. ive added some screenshots how it looks

    • This topic was modified 6 years, 1 month ago by Mike.
    #1018721

    Hey Mike,
    It looks like you have the text alignment set to justify, which adds spaces to the text. Please try setting to left or right.
    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #1018722

    XD that it is something so easy.. never tought about that only need to add it to 50+ pages now

    #1019147

    Hi Mike,

    Well, we can have a look at your css, maybe it can be adjusted.

    Could you please give us a link to your website?

    Best regards,
    Victoria

    #1019430

    Hi Victoria,

    ive changed already allot posts whit setting the align to the left that worked but offcorse u can check my css.

    in custom css ive added the follow:

    
    .single-post strong, .blog strong { color: black!important; }
    #footer strong { color: #aaaaaa!important; }
    
    #top #wrap_all ins:before {
    display: none !important;
    }
    
    .small-preview {
    width: 180px;
    height: 180px;
    }
    
    #top #wrap_all #main h3.widgettitle {
    font-size: 20px;
    font-weight: bold;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 100%; !important;
    }
    
    .big-preview img {
        max-height: 400px !important;
    }
    
    @media only screen and (max-width: 767px) {
        max-height: 150px !important;
    } }
    
    #1019623

    Hi Mike,

    Best regards,
    Victoria

    #1020663

    Hi Victoria,

    that was i am saying that i changed already allot whit setting the align

    #1021058

    Hi,
    I took another look but I was not able to find a post with the justified content, I assume you have already changed many of your posts, do you wish to continue to make the changes, or would you like some css to adjust the remaining posts?
    If you would like some css, please link to a couple of posts that has not been changed yet.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.