PDA

View Full Version : wide forum;


dimitrisgr
10-19-2021, 04:55 AM
Hello. How can I increase the width of the forum?

Seven Skins
10-19-2021, 08:27 PM
It could be set by editing stylevars .. forumwidth or margin or it may be hardcoded into templates

dimitrisgr
10-20-2021, 08:31 PM
https://i.postimg.cc/LhPhhLL7/stile.png (https://postimg.cc/LhPhhLL7)

please where can i find this setting?

TheLastSuperman
10-25-2021, 06:02 PM
https://vborg.vbsupport.ru/external/2021/10/1.png (https://postimg.cc/LhPhhLL7)

please where can i find this setting?

This may not be a setting you can access, it depends on your style.

Add this to Additional CSS:

#eti-ket_sinir {
width: 100% !important;
}

That will make the division id (in CSS, # = the div id while . = the div class) width 100%, adjust that value to change the width.

You can always overwrite CSS, unless it's pulled from a third-party file that you can't modify, and even then overwrites typically work, there are a few instances where you can't overwrite CSS based on how it's called (or when during site load).