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.

Issue on page resizing (Theme: Virtue premium)

8 years ago · Last reply by Alex S 8 years ago

Hi,
I am using Virtue premium with SiteOrigin and there seems to be an issue with resizing a page. I am using Chrome. When I make the page smaller everything jumps about 200px to the left, leaving a gap down the right hand side of the page. Even when I maximize the page again the whole page remains shifted to the left. Please could you help?

Many thanks,

Claire

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 8 years, 11 months ago

    Preface: this is a copy of my premium support reply.

    Hi Tillyecl

    This is actually intended in Virtue (you can replicate it in the demo). I might be able to help you prevent this though with some custom CSS. If you haven’t already installed it, you’ll need to install the SiteOrigin CSS plugin, which gives you a full CSS editor. Once you’ve got that installed, navigate to WP AdminAppearanceCustom CSS and add the following CSS:

    @media (min-width: 767px) and (max-width: 1200px) {
    	.container {
    		width: 100% !important;
    		max-width: 1170px;
    		padding: 0 20px;
    	}
    }

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