HexagonReborn

How do you change the width? - HexagonReborn

How do you change the width?

by Fezroux » Thu Apr 25, 2024 8:31 am

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!
Fezroux
Registered User
Posts: 64
Joined: Thu Dec 14, 2017 7:41 am
Location: US

Re: How do you change the width?

by Mannix_ » Thu Apr 25, 2024 8:35 am

Did you purge the browser cache after making changes??
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 2017
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: How do you change the width?

by Fezroux » Thu Apr 25, 2024 11:24 pm

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?

Code: Select all

.wrap {
      padding: 0 20px 20px 20px;
      max-width: 1240px;
      min-width: 625px;
      margin: auto;
If so, which part do I change? If not, What code needs to be edited to change the width?

Thanks :)
Fezroux
Registered User
Posts: 64
Joined: Thu Dec 14, 2017 7:41 am
Location: US

Re: How do you change the width?

by Mannix_ » Fri Apr 26, 2024 5:58 am

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 :)
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 2017
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt