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:
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.
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: 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.