html tags in widget in mobile

Hi,

I included the html widgets in the homepage so I can break lines and add some style. Unfortunately it is not to working well on mobile. Is there any way to keep all the html tags on tablets and mobile? (The <br/> is not working for example.)

(The website I am working: http://fototiendaonline.com.ar/)

Thanks!

Carla

I am having the same problem with html tags not being recognized on mobile. They work perfectly on desktop and tablet though! I’m using the child theme (colorlib-child-theme-94.zip) and colorlib-divilab-plugin-91.zip

Here’s the page:

http://www.outerworldrecords.com/dojo/

If you look at it on mobile, you’ll see most clearly in the CONTACT section that the line breaks aren’t working on mobile (i’m using an iphone).

Thanks again for an amazing theme!

Jinhi

Hi Carla,

I hope you are well today and thank you for your question.

You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

#page br {
    display: block;
}

Best Regards,
Movin

Thanks Movin, It is working perfect!
Kind regards,

Carla

You are most welcome here :slight_smile: