This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

4
  1. Robin Svensson 8 years, 10 months ago

    It doesnt stretch out to whole screen.

    https://developers.google.com/speed/docs/insights/SizeTapTargetsAppropriately

    Vantage theme got this error on google.

    Only 92% mobile friendly.

  2. Alex S Staff 8 years, 10 months ago

    Hi Robin,

    You can remove the container with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Please add the following CSS:

    .full-container {
        max-width: none !important;
    }

    How does that look?

    You might also need to install the SiteOrigin CSS Editor.

  3. Robin Svensson 8 years, 10 months ago

    Hi Alex, nothing happend.

    http://www.borent.se

    Still some white at left and right.

  4. Alex S Staff 8 years, 10 months ago

    Hi Robin,

    Please add the following additional CSS to WP Admin > Appearance > Custom CSS:

    #main.site-main {
        padding: 0;
    }

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread