Mobile view cut in half and footer widgets not responsive

Home Forums Massage Center (Spa) Forum Mobile view cut in half and footer widgets not responsive

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #93696
    CarlaCarla
    Participant
    • Topics: 11
    • Replies: 27
    • Total: 38
    Member since: January 16, 2017

    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.

    #93726
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #93765
    CarlaCarla
    Participant
    • Topics: 11
    • Replies: 27
    • Total: 38
    Member since: January 16, 2017

    Yesss!!!! That worked. Thank you very much for solving the problem.

    #93768
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Carla,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/15/

    Regards,
    Chris

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.