Basic

Default layyout width - Basic

Default layyout width

by doenwenu » Sat May 16, 2015 6:27 am

How can i get this template smaller? Like 1000px width?
I like to keep the responsive but on desktop i hate full width layouts :)
doenwenu
Registered User
Posts: 55
Joined: Sat Jul 27, 2013 6:16 am

Re: Default layyout width

by Arty » Sun May 17, 2015 1:23 pm

In theme/_style_config.scss find

Code: Select all

$max-width:                        none;   // Maximum width. Set to "none" to make layout fluid
and change value to maximum width that you want, like

Code: Select all

$max-width:                        1000px;   // Maximum width. Set to "none" to make layout fluid

then recompile stylesheet.
Vjacheslav Trushkin / Arty.
Free phpBB 3.1 styles | New project: Iconify - modern SVG framework
User avatar
Arty
Former Team Member
Posts: 16654
Joined: Wed Mar 06, 2002 2:36 pm
Name: Vjacheslav Trushkin

Re: Default layyout width

by hypersaw » Fri Aug 19, 2016 1:57 pm

Hi,
Thank you for a great style/theme. It looks superb.
How to make 90% width + response? 1000 or 1024px are a little bit to narrow. Thanks.
hypersaw
Registered User
Posts: 57
Joined: Tue May 03, 2016 12:08 pm

Re: Default layyout width

by CD130 » Sat Jun 27, 2020 12:16 pm

Hello,

I don't see a change if I change something in: theme/_style_config.scss
Of course I delete the cache after applying the changes.

Can anybody help me out?

Thanks :)
CD130
Registered User
Posts: 118
Joined: Thu Nov 13, 2014 2:09 pm

Re: Default layyout width

by MrGaby » Sat Jun 27, 2020 12:27 pm

Hello

You have to recompile style files: https://www.artodia.com/phpbb-31-tutori ... ile-theme/
If you like my work, you can support me with a donation. Thanks!
Donate via Paypal
MrGaby
Registered User
Posts: 224
Joined: Sun Apr 02, 2017 8:04 pm

Re: Default layyout width

by CD130 » Sat Jun 27, 2020 12:31 pm

Oh yes, I have forgotten that. Sorry for my stupid question :) I'm very happy that I can still use this style :)
CD130
Registered User
Posts: 118
Joined: Thu Nov 13, 2014 2:09 pm