Log in

View Full Version : How to shift forum to the left of the screen?


ijob
03-23-2013, 07:48 AM
Hi there,

Does anyone know how I can move all of my forum from the center as it is now, to the left of the screen?

Cheers

Lynne
03-23-2013, 03:01 PM
set the stylevar doc_margin, left and right, to auto?

(Really impossible to guess since you didn't post a link to your site.)

ijob
03-23-2013, 04:07 PM
Hi Lynn,

thanks for the reply.

heres a link http://www.yoliverpool.com/forum/forum.php

i want to shift the whole forum over to the left of the screen.

I have tried changing what you mentioned in your reply but it hasnt changed

Lynne
03-23-2013, 08:26 PM
Your site won't even load for me. And actually, you want it all moved to the left? Then yeah, auto won't work. Put in an actual number instead for the left and right and see if that works. If you have a custom style, then you may need to ask the designer.

kNeo
03-29-2013, 06:33 PM
set the stylevar doc_margin to this (Make sure to change the option to YES):

https://vborg.vbsupport.ru/external/2013/03/8.jpg

or add the following to additional.css:

body {margin:0;}

it will result in this:

https://vborg.vbsupport.ru/external/2013/03/9.jpg

if you'd like to give the left just a slight margin, modify the style var like so (substitute whatever number you'd prefer):

https://vborg.vbsupport.ru/external/2013/03/10.jpg

or add the following to additional.css:

body {margin:0 0 0 1em;}

where 1em = 10px or whatever you'd like.

with 1em it will look like this:

https://vborg.vbsupport.ru/external/2013/03/11.jpg

//procrastinating :)

ijob
04-13-2013, 09:46 AM
thanks ;)