Home>Support>Left Margin on iPhone Wasting Space

Left Margin on iPhone Wasting Space

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

  1. 9 years, 15 days ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 15 days ago hardel

    Thank you so much, looks great!

    >

  3. 9 years, 15 days ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More