How do you make this style wider by default so there's less space on the sides? I played around with the common.css file but the changes I made didn't do anything, so I'm at a loss.
Thanks in advance!
How do you change the width? - HexagonReborn
-
- Registered User
- Posts: 64
- Joined: Thu Dec 14, 2017 7:41 am
- Location: US
Re: How do you change the width?
Did you purge the browser cache after making changes??
-
- Registered User
- Posts: 2017
- Joined: Sun Oct 25, 2015 2:56 pm
- Name: Matt
Re: How do you change the width?
I purged the boards cache after each attempt, and kept hard refreshing my browser as well.
Is common.css the right place to change the styles width? I believe editing the following code should do it?
If so, which part do I change? If not, What code needs to be edited to change the width?
Thanks
Is common.css the right place to change the styles width? I believe editing the following code should do it?
Code: Select all
.wrap {
padding: 0 20px 20px 20px;
max-width: 1240px;
min-width: 625px;
margin: auto;
Thanks
-
- Registered User
- Posts: 64
- Joined: Thu Dec 14, 2017 7:41 am
- Location: US
Re: How do you change the width?
That is correct you need to change the max-width value to what you want and then purge the browser cache.
Link me to your board to so i can see what is going on. If you don't want the link to be public send it via pm
Link me to your board to so i can see what is going on. If you don't want the link to be public send it via pm
-
- Registered User
- Posts: 2017
- Joined: Sun Oct 25, 2015 2:56 pm
- Name: Matt