Text not aligning right at 480px or less

Hi,

I have a little problem with some text not aligning properly to centre on the page at sizes of 480px and less.
The section this text appears in has been set to only show at 480px and less.

Page is http://lyonsdemoz.net/opl/

The text after the images “works on any device” and “100% Authentic” wont center on the page. Have tried everything and am not sure what else to do.

Thanks,
Darren.

Hi Darren,

To make it center, please add the code below in your text element’s css.

$el {
margin:0 auto;
} 

Hope that helps

Hi Paul,

Tried that and it didn’t seem to work.

D.

Hi Darren,

I checked the website and the text below the 100% authentic image is indeed centered now:

The solution my colleague gave seems to be working. Please test the case by clearing your mobile browser cache or check the website with another browser so that you can make sure you see the latest version of the page changes.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.