Linebreaks on mobiles

Dear friends,

it looks that the linebreaks (entered as
) are not taken in consideration on the mobile version.
please find attached a snapshot of the backoffice + mac screen + same line on iphone.
thanks for your kind help,
Julien


Hi Julien

Please try br tags instead: HTML br tag

Hi,
sorry, I use “< BR >” tags (without blanks), do you recommend another tag?
thanks,
J

Hi there

May I see the screenshot? please provide it,
Br tag is the only and best solution in this case, I also want to see the page with this problem

Thanks

Hi, thanks for ypur message, I put the screenshot in my forst post of this topic (my original demand), first with on the left the backoffice with the < b r > codes, then the result on the mobile version
:slight_smile: thanks for your help !
JL

Please take my apologies, I wanted to say real website url :smiley:

sure, here it is! www.thegood.consulting

thanks :slight_smile:

Hey there

I can see the BR tag here: Screenshot by Lightshot and its working without a problem?

Hi, on desktop yes, bit not on mobile see the same page on iphone…
thanks :slight_smile:

Ah, sorry, try this css code in the Appearance > Customize > Additinall css:

@media (max-width: 767px){
br {
display: block !important;
}
}

Thanks

1 Like

Thank you very much, it works perfectly!
JL

Thanks and have a good weekend :slight_smile: