Help position vertical banner

Discussion in 'HTML & Website Design' started by artlan, Nov 12, 2008.

  1. #1
    Hi Everyone,

    I am currently working on my wordpress blog and had a quick question. I have a lot of white space to the left side that I would like to fill with a vertical banner, how do I go about accomplishing that goal? CSS?

    Any guidance would be greatly appreciated.

    Here is an image:

    [​IMG]
     
    artlan, Nov 12, 2008 IP
  2. LeetPCUser

    LeetPCUser Peon

    Messages:
    711
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It depends on the template you have for WordPress. Every template has different CSS code.
     
    LeetPCUser, Nov 12, 2008 IP
  3. artlan

    artlan Member

    Messages:
    70
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    48
    #3
    Well here is a link to the demo of the template: http://www.revolutiontwo.com/demo/code-blue.html"]http://www.revolutiontwo.com/demo/code-blue.html

    Perhaps an example can be provided on a different template and I will figure this out.
     
    artlan, Nov 12, 2008 IP
  4. PhantomLegend

    PhantomLegend Guest

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Looking at the template, it appears that the whitespace on the sides of the layout is fluid (or rather, the width is fluid). So if the size of the browser window changes, so will the size of the whitespace:

    [​IMG]

    So it seems, if you want to setup a vertical banner, you should increase the content width in the main body. The theme also seems to have the same width in the header and navbar, so it would probably work for the best if those widths were changed by the same amount.
     
    PhantomLegend, Nov 12, 2008 IP