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.

Left Margin on iPhone Wasting Space

Resolved 3 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Is it possible to collapse the left margin at narrow screen widths (responsive design)? I have attached a few pics of my site on the iPhone. You can see so much space is wasted on the left hand margin. This is preventing some embedded content from being displayed better.

https://rockclass101.com/wp-content/uploads/2015/09/unnamed.jpg

https://rockclass101.com/wp-content/uploads/2015/09/image1-1.png

https://rockclass101.com/wp-content/uploads/2015/09/image2.png

URL: https://rockclass101.com/

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 5 months ago

    Hi Hardel

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    /* Main Container */
    @media (max-width: 680px) {
    	#main {
    		padding: 2.5%;
    	}
    }

    Adjust as required.

    Hope that helps :)

  2. hardel 10 years, 5 months ago

    Thank you so much, looks great!

    >

  3. Andrew Misplon Staff 10 years, 5 months ago

    Super :)

    Glad we could help.

    All the best.

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