vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   How to shift forum to the left of the screen? (https://vborg.vbsupport.ru/showthread.php?t=296417)

ijob 03-23-2013 08:48 AM

How to shift forum to the left of the screen?
 
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 04: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 05: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 09: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 07: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:

Code:

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:

Code:

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 10:46 AM

thanks ;)


All times are GMT. The time now is 01:13 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00906 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete