• My site has stopped being responsive. It worked great until I uploaded our logo. After that, I have not been able to get it to be responsive even when I take the logo off.

    The link to my website is: https://www.lifetab.ca

Viewing 4 replies - 1 through 4 (of 4 total)
  • Somewhere in your admin settings you have set a static width for your container.

    .container {
    width: 1020px;
    }

    You can check with where you purchased your theme from on directions to change that or try and override the settings by adding this in a child theme or custom.css file.

    .container {
    max-width: 1020px !important;
    }

    Thread Starter mpl04

    (@mpl04)

    That’s the thing. All I did was upload our logo. I’m a newbie and have no idea how to change the back end of the site. I’m not sure where to even look to change the container settings.

    Thread Starter mpl04

    (@mpl04)

    It was working fine before I uploaded the logo.

    It’s not directly related to your logo, but you may have somehow accidentally changed something, I don’t know. Again, the best resource for you is to contact your theme developer at the website you downloaded and purchased it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My site has stopped being responsive.’ is closed to new replies.