increasing width for lucid lime?

For support and discussion related to templates and themes in phpBB 3.3.
mgkelly
Registered User
Posts: 5
Joined: Tue Dec 31, 2019 4:07 pm

increasing width for lucid lime?

Post by mgkelly »

is there a link on how to increase width for this style? I looked through the previous posts and found nothing that works.

[link removed]

thanks, J
Last edited by Mick on Mon Jan 13, 2020 12:06 pm, edited 1 time in total.
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: increasing width for lucid lime?

Post by david63 »

As far as I can see this style has not yet been updated for phpBB 3.3.0

Support for the released versions is here - https://www.phpbb.com/customise/db/styl ... me/support
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
Mannix_
Registered User
Posts: 1974
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: increasing width for lucid lime?

Post by Mannix_ »

common.css

Code: Select all

.wrap {
    padding: 0 20px;
    max-width: 1100px;
    margin: 0 auto;
}
change the max-width value
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!
mgkelly
Registered User
Posts: 5
Joined: Tue Dec 31, 2019 4:07 pm

Re: increasing width for lucid lime?

Post by mgkelly »

thanks!!!!!

Return to “[3.3.x] Styles Support & Discussion”