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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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 :)
Thank you so much, looks great!
>
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.