inherit
229419
0
Feb 9, 2018 19:59:20 GMT -8
labfast
6
February 2016
labfast
|
Post by labfast on Jan 11, 2018 12:03:00 GMT -8
Here's my site: westfjords.freeforums.net/As you can see, when its in its own full window, for some reason the entire board is on the left and not centered. I've been fiddling with layout for a while, and nothing seems to move it. For the time being, I've moved the board title over to the left so its not completely out of whack, but if there is any way to move the entire thing back to the middle of the page and someone can help me, it'd be much appreciated. Sorry I can't be more specific on what I mean, I'm not really sure about what parts of the board are called, and such. Thanks in advance for any advice, -The Northern Lights
|
|
Kami
Forum Cat
Posts: 40,200
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,200
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Jan 11, 2018 12:44:56 GMT -8
This is the intended design of the premade theme you created. If you navigate to admin > themes > advanced styles & css > stylesheet (tab), press CTR+F to find this:
#content {margin: 0px 20px 0 290px;}
and change it to this:
#content {margin: auto;}
Then find this:
.container {margin: 0 0 20px 0; max-width: 1200px;}
and change it to this:
.container {margin: auto; max-width: 1200px;}
Hope this helps (:
|
|
inherit
229419
0
Feb 9, 2018 19:59:20 GMT -8
labfast
6
February 2016
labfast
|
Post by labfast on Jan 11, 2018 13:04:40 GMT -8
That did indeed fix it, thank you so much!
|
|
Kami
Forum Cat
Posts: 40,200
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,200
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Jan 11, 2018 14:13:29 GMT -8
You're welcome (:
|
|