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 have got large margins which looks good on the computer but shrinks the space available for the text too much on a mobile phone. Is there any way to make margins flexible so that they shrink with screen size?
/* Margins text */ #main { padding-right: 100px !important; padding-left: 100px !important; }
URL: http://zahrnt.com
Hi Valentino
For sure, try changing those px margins to rather use percentages. You’ll need to find out which percentage works best but once you do that should solve this challenge.
Shame on me :)
No problem, glad we could help out.