Home › Forums › All Other Themes › Mobile site
- This topic has 7 replies, 2 voices, and was last updated 8 years, 1 month ago by Sonl Sinha.
-
AuthorPosts
-
November 14, 2016 at 11:41 pm #52665
G’Day all,
Please could you tell me how I can get our site to show as a mobile site?
here are two screenshots on my iPhone5 (i know a bit geriatric…)
homepage on desktop (Chrome)
homepage on iPhone (Safari)
homepage for mobile site on iPhone5 (Safari)I looked at settings and I can’t figure it out.
Thanks! R
November 16, 2016 at 5:06 am #52783Hi Sharan,
Kindly deactivate the Jetpack plugin and check.
Regards,
DaveNovember 16, 2016 at 11:29 pm #52945Thanks Dave,
I have deactivated jetpack and I don’t see the m.pepofarms.com.au site anymore – a ‘server could not be found’ message responded.
next question, on the desktop the main image (only one in slider) has the wording on it. How come it’s not showing on the mobile version – same url: www.pepofarms.com.au on the desktop vs. this screenshot of the iPhone Safari.
thanks, R
November 17, 2016 at 6:56 am #52992Hi,
Kindly add this code in custom css box:
@media screen and (max-width:768px){
.nivo-caption{top:0 !important;}
#slider .top-bar{top:0 !important;}
#slider .top-bar h2{font-size:20px !important;}
a.arrow-down, #slider .top-bar p{display:block !important;}
#slider .top-bar p{font-size:14px !important; line-height:16px !important;}
}Regards,
DaveNovember 20, 2016 at 11:00 pm #53292Thanks for that!
my next question 😀
how do I get to see all the text and the link button?here is a screenshot after entering the code above from my iPhone.
missing the end of text and the button :o)
ttfn, R
November 21, 2016 at 7:18 am #53344Hi,
Kindly add this code in Custom CSS Box
@media screen and (max-width:768px){
#slider .top-bar h2{padding:0 !important;}
#slider .top-bar p{margin:0 !important;}
#slider .top-bar p br{display:none;}
}Regards,
DaveNovember 21, 2016 at 11:08 pm #53457Thanks Dave 😀
November 22, 2016 at 5:30 am #53481🙂
-
AuthorPosts
- The topic ‘Mobile site’ is closed to new replies.