Page 1 of 1

How to change margins along the sides of responsive theme

Posted: Wed Oct 15, 2014 10:53 pm
by kylebloomer
First post, sorry if I picked the wrong sub-forum. I've searched (and searched...and searched) on how to resolve this, but haven't been able to find anything to point me in the right direction.

I'm struggling with the way my site displays on laptop browsers. It looks good on a full size monitor, and the mobile looks good also, but the laptop size has HUGE margins and cramps all my content up in the middle. I will attached a screen shot of each size.

Can someone point me in the right direction as to how to change the padding on each side of the page when the browser is on a laptop?

Thanks!

Desktop:
Image

Laptop:
Image

Mobile:
Image

Re: How to change margins along the sides of responsive them

Posted: Thu Oct 16, 2014 9:18 pm
by kylebloomer
bump, anyone?

Re: How to change margins along the sides of responsive them

Posted: Fri Oct 17, 2014 4:16 am
by Xyph3r
You want to make the content wider?

In this case you can use media querries for certain screen sizes or use %(percentage) width for the container

Re: How to change margins along the sides of responsive them

Posted: Fri Oct 17, 2014 8:19 pm
by kylebloomer
Xyph3r wrote:You want to make the content wider?

In this case you can use media querries for certain screen sizes or use %(percentage) width for the container
Thank you for your help, unfortunately that went way over my head. I'm not extremely competent at writing/editing code, but I'm working on it.

Where could I find the % width for container? Is there a way to modify that only when screen sizes fall within the range that causes the site to render oddly?