Quote:
Originally Posted by MajorKokosnuss
Hello there, if i run my window in full screen mode i have it correct. But if someone go on my forum with a lower resolution he will see this
|
Currently your box model is 1450 pixels wide , without it over-lapping. You can set the minimum width by doing the following:
Add to the bottom of your "additional.css" template.
Code:
body {
min-width: 1450px;
}
You must first decide on what devices will view your webpage. As 1450px minimum screen/device width may not be optimal. @Cellarius's post pretty much stated the outcome you will have without modifying your template and/or CSS. The commercial style you are using is very popular and I am sure you you can hire someone to alter it for you for a small fee, if you do not wish to bother with the template changes.