inherit
inuj92@gmail.com
198808
0
Jul 25, 2021 6:29:02 GMT -8
Melusine
44
August 2013
melusine
|
Post by Melusine on Apr 14, 2020 4:03:48 GMT -8
As a default, the site is centered: I was wondering if there's any way to make it so that instead of being centered, that the entire site is moved to the left?
|
|
inherit
252032
0
Apr 26, 2024 23:51:41 GMT -8
Retread
Tribbial Pursuit.
5,017
January 2018
retread
|
Post by Retread on Apr 14, 2020 6:12:55 GMT -8
As a default, the site is centered: I was wondering if there's any way to make it so that instead of being centered, that the entire site is moved to the left? Hi Melusine I don't know if there is a legitimate way to do this well. You could add this to the bottom of the Style Sheet: /* Align forum to the right of the viewport */ #wrapper{ margin-left:0px; } /* end of section */
The problem is, the banner ad is positioned absolute to the page, not relative to the wrapper. So it will always remain horizontally centered in the viewport. And we aren't permitted to alter the positioning of the ads.
|
|