How to reduce my style body width ?

Discussion in 'vBulletin' started by ishaan786, Jun 16, 2011.

  1. #1
    Hii All,

    i am using vb 4.0.8

    my style is Zen v2 - HiO Freeminium

    i want reduce my style body width.

    [​IMG]


    Please help me


    Thanl you...
     
    ishaan786, Jun 16, 2011 IP
  2. dynashox

    dynashox Premium Member Staff

    Messages:
    8,662
    Likes Received:
    563
    Best Answers:
    3
    Trophy Points:
    335
    #2
    Edit doc_width in your style stylevars.
     
    dynashox, Jun 17, 2011 IP
  3. ishaan786

    ishaan786 Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Brother
    please edit for me..

    body {
    	width:{vb:stylevar doc_width};
    	min-width:{vb:stylevar doc_minWidth};
    	max-width:{vb:stylevar doc_maxWidth};
    	margin: {vb:stylevar doc_margin};
    	font-size:{vb:stylevar font.fontSize}px;
    	color:{vb:stylevar body_color};
    	line-height:{vb:stylevar line_height};
    }
    Code (markup):
     
    ishaan786, Jun 18, 2011 IP
  4. dynashox

    dynashox Premium Member Staff

    Messages:
    8,662
    Likes Received:
    563
    Best Answers:
    3
    Trophy Points:
    335
    #4
    In your AdminCP go to Style Manager and choose Stylevars and not Edit Templates.
     
    dynashox, Jun 18, 2011 IP