Basic

supports high resolution?? - Basic

supports high resolution??

by kernelsuse » Sun Jun 09, 2019 7:30 am

Hello,

I'm testing your template on a full HD resolution monitor (1920 x 1080) and your template looks in full screen without saving side margins:

https://www.phpbb.com/customise/db/style/basic/demo/3.2

In other templates if there are side margins when viewed from a full HD monitor:

https://www.phpbb.com/customise/db/styl ... r/demo/3.2

Is this correct? Do you think the basic template is working properly in Full HD resolution?
kernelsuse
Registered User
Posts: 15
Joined: Sat May 11, 2019 7:31 am

Re: supports high resolution??

by MrGaby » Thu Jun 13, 2019 7:14 am

Hello

It has nothing to do with screen resolutions.

In the Basic style, you can set the display width of your forum in the _style_config.scss configuration file :

Code: Select all

$max-width: none! Default; // Maximum width. Set to "none" to make layout fluid
change to:

Code: Select all

$max-width: 1152px! default; // Maximum width. Set to "none" to make layout fluid
for a fixed width of 1152 pixels.

Do not forget to recompile the style after modification.
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