-
AuthorPosts
-
January 17, 2014 at 8:34 am #211094
Hello :)
//Go top top:
– i don’t see it on my iPhone 5s/IOS 7/Safari but i see it with the same mobile on Chrome
– the bottom/right position of go to top overlay my texts (see my screenshot), is it possible to make more near the left edge and less big?
//Text size (Layer slider VS background section):
As you can see in my screenshot, the first image is a layer slide and the next bottom one a background section image, both have the same font-size: it render great for the second one, but the text in the layer slider are too small. How can i manage this to have bigger text in the layer slider?
//Responsive slide out menu within small fixed header:
Is it possible ti have, on mobile, a small fixed header? Because using the go to top to open the menu is not really user friendlyThanks
January 17, 2014 at 8:38 am #211096Hey pako69!
Please give us a link to the actual website. Add this on Quick CSS to display the scroll to top link on mobile devices:
@media only screen and (max-width: 767px) and (min-width: 480px) { .responsive #scroll-top-link { display: block; } }
Best regards,
IsmaelJanuary 17, 2014 at 8:46 am #211100This reply has been marked as private.January 17, 2014 at 1:12 pm #211190Hi!
I have just checked your website on my iphone4 ios7 and it does show back to top button on my end. See screenshot here http://i.imgur.com/kAIGQkm.png
Please flush browser cache of Safari and try againRegards,
YigitJanuary 17, 2014 at 2:42 pm #211215Right ;-)
And what about my others questions? :
//Text size (Layer slider VS background section)
//Responsive slide out menu within small fixed header
ThanksJanuary 19, 2014 at 12:01 am #211785Hi!
For a fixed header on mobile, add this to the Quick CSS:
@media only screen and (max-width: 767px) { #header { position: fixed !important; } .fixed_header #main{ padding-top:88px !important; } }
Regarding the font size difference on the LS and the background section, i’m not sure if it’s possible to equalize them because LS handles font size and positioning quite differently.
Cheers!
JosueJanuary 19, 2014 at 7:35 am #211873Josue: thanks :-)
-
AuthorPosts
- The topic ‘Mobile questions’ is closed to new replies.