Comments 3jonathanmelke started the conversationOctober 25, 2022 at 1:27pmHi 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 279Noah repliedOctober 25, 2022 at 4:35pmHi 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.1 Like 3jonathanmelke repliedOctober 26, 2022 at 6:04amHi 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 Sign in to reply ...
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
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:
add it to salient \ general settings - CSS script related - custom CSS code.
Cheers.
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