Home › Forums › All Other Themes › Problem on Mobile page
- This topic has 5 replies, 2 voices, and was last updated 6 years, 3 months ago by
Forum Moderator.
-
AuthorPosts
-
June 2, 2017 at 6:21 pm #74298
Hi,
There was a problem with my mobile page.
The right sidebar and the textual logo looks normal on PC but abnormal in the mobile page.
Can you tell me what’s happened?I tried to put this css code :@media screen and (max-width:767px) {
.site-main, #sidebar { width:100%;}
}But it doesn’t work,
Thanks,
Joëlle
June 5, 2017 at 7:24 am #74420Hi,
Kindly show us your website URL so that we can assist further.
Regards,
ChrisJune 5, 2017 at 10:55 am #74491Hi,
Here you are: http://morethangypsy.com
Thanks!
Joëlle
June 5, 2017 at 11:03 am #74510Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) { .site-main, #sidebar { width:100% !important;} }
Regards,
ChrisJune 5, 2017 at 1:38 pm #74535Hi,
It’s working good, thank you.
But do you have solution for the textual logo.
It’s still looks abnormally large on mobile.Thanks,
Joëlle
June 8, 2017 at 4:30 am #74817Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.header .header-inner .logo h1, .header .header-inner .logo a { font-size:36px !important;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.