-
AuthorPosts
-
December 3, 2015 at 1:02 pm #546369
Any ideas how to fix the issue with text alignment on mobile/tablet devices ? The text is too small and the alignment is wrong.
https://www.dropbox.com/s/okqsspwrld6frej/SBCimage1.png?dl=0 – Correct layout
https://www.dropbox.com/s/h8rvm3lohk95t6k/SBCimage2.png?dl=0 – Wrong layout – not responsive
Site is at http://www.stourportbc.co.ukDecember 3, 2015 at 5:34 pm #546533Hey mikemurphy10!
You probably have the layer set to display on the left as a percentage when it needs to be a pixel value. Send us a WordPress login and we’ll take a look.
Cheers!
ElliottDecember 4, 2015 at 12:41 pm #546923Thanks Elliott. We have all the text elements as a pixel value already.
Perhaps you can take a look, login details below
thnxDecember 4, 2015 at 7:35 pm #547236Hi!
Sorry, I got my words mixed up but that’s what I meant. You need to use percentages instead of pixel values. I set the first one to 20% so you can see how it’s done.
Regards,
Elliott-
This reply was modified 9 years, 11 months ago by
Elliott.
December 4, 2015 at 9:32 pm #547275Ok, so i tried that but nothing changes. I can see what you mean about % and px however.
You can see how it doesnt change by resizing the browser window. Doesnt work in an ipad also.
December 4, 2015 at 10:34 pm #547287Hi!
Question for you, do you know how to use media queries?
Solution would be to load a different for size, for every screen
https://css-tricks.com/snippets/css/media-queries-for-standard-devices/take a look here and let us know after trying, if you steal deal with any issues
Cheers!
BasilisDecember 7, 2015 at 4:30 pm #548070Sorry Basilis, dont even know where to start with that !
December 8, 2015 at 7:07 pm #548957Hi!
try this code in Quick CSS for desktop:
.ls-l { left: 40px; }and adjust as needed.
For mobile you need to add some media queries, like this for example:
@media only screen and (max-device-width: 736px) { .ls-l { left: 40px; }}Cheers!
Andy -
This reply was modified 9 years, 11 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
