Full Width Option
-
Hello!
First off, I love the theme! It’s awesome!
I just have a quick question about the max theme width. I’m not very fluent in CSS yet so that could partly be my problem :-).
Basically I found what I want by using the Mozilla Firefox Inspector Tool.
If I go to my homepage and open the tool, then select:
<div class="container-inner">
and go over into the rules box under “This Element” and change:
.boxed #wrapper, .container-inner { max-width: 1600px; }
to:
.boxed #wrapper, .container-inner { max-width: 100%; }
everything is perfect (seemingly).
So my question is, is there any way to make that change permanent in the CSS somewhere?
Thanks so much!
- The topic ‘Full Width Option’ is closed to new replies.