Okay
  Public Ticket #3153402
Blogpost mobile cut off
Closed

Comments

  •  3
    jonathanmelke started the conversation

    Hi there,

    my blogpost header and images are cut off on the right side of the screen on mobile.

    Could you help me with that?

    Kind regards,

    Jonathan

  •  279
    Noah replied

    Hi Jonathan,

    The images are not cut on the right for us.
    See attached screenshot.

    As for the post title due to its length use the following CSS to reduce its size slightly when viewed on mobile:

    @media only screen and (max-width: 690px){
    body[data-ext-responsive=true].single-post #page-header-bg[data-post-hs=default_minimal] h1{
        font-size:2em;
    }
    }
    

    add it to salient \ general settings - CSS script related - custom CSS code.
    Cheers.

  •  3
    jonathanmelke replied

    Hi Noah,

    thanks! I fixed the header with your solution.

    I mean cut off more in a sense, that it is going over the width of the containter and thus is not centered anymore. But that is a minor issue, I admit, so it might not be necessary to adjust.

    Kind regards,

    Jonathan