Home>Support>Issue on page resizing (Theme: Virtue premium)

Issue on page resizing (Theme: Virtue premium)

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 4 months ago Alex S
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More