By Julie Kubiak on Wednesday, 31 January 2018
Posted in Technical Issues
Replies 3
Likes 0
Views 513
Votes 0
My sites landing page, on iPhones, has the REGISTER AN ACCOUNT button disappearing off the screen.

Are you aware of this?
Any suggestions or fix?
Hey Julie,

All of the templates that we provide is mobile ready You can view them at https://stackideas.com/joomla-templates . I would vouch for Vanilla though
·
Monday, 05 February 2018 22:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Julie,

This is primarily because the text is too long and you are probably viewing it with a much smaller screen. Since there is padding on the outer wrap of protostar, there isn't enough screen estate here.

What I would suggest is to remove the padding on the protostar template since you are already having an extremely small viewport, doesn't make sense to add too much whitespace on the template. You could add the block of css codes into /templates/protostar/css/user.css

[gist]
@media (max-width: 480px) {
body {
padding: 0 !important;
}
}
[/gist]
·
Wednesday, 31 January 2018 17:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, but that's a little out of my comfort zone.

Do you happen do do a template especially for EasySocial and the extras I have, that makes its all mobile-friendly?
·
Monday, 05 February 2018 21:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post