Home › Forums › Massage Center (Spa) Forum › Mobile view cut in half and footer widgets not responsive
- This topic has 3 replies, 2 voices, and was last updated 5 years, 7 months ago by
Forum Moderator.
-
AuthorPosts
-
February 8, 2018 at 10:54 am #93696
Hi all,
I have problems on a clients site which I haven’t found a solution to yet. One problem is that on mobile view there is only a small strip on the left side of the screen and it doesn’t fill the whole view. Is there a css code I can put in to make the view fill the screen? I tried this code but that didn’t work: @media screen and (max-width:479px) {
width:100% !important;
}
Please can you advise me if there is a code that can solve this problem?The other problem is the footer widgets not being responsive on smaller screens. They don’t show underneath eachother but next to eachother and than they don’t fit in the screen. And the background color of the part that fits the screen is black and the background color of the part that doesn’t fit the screen is white.
Do you have a solution for that please?The url to the website is https://www.nacmassagepraktijk.nl/
Thanks in advance.
February 9, 2018 at 5:25 am #93726Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { .footer, .widget-column-1, .widget-column-2, .widget-column-3, .widget-column-4 { width:100% !important;} }
Regards,
ChrisFebruary 9, 2018 at 8:53 am #93765Yesss!!!! That worked. Thank you very much for solving the problem.
February 9, 2018 at 9:55 am #93768Hi Carla,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/15/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.