• Resolved aspwedge

    (@aspwedge)


    I’m hoping to widen the right widget area on my Vantage site to 300px (I think it’s currently 215px or so). Do I need to edit the CSS to do this? If yes, what is the CSS setting I should edit?

    My purpose is I’d like to use Google’s “medium rectangle” (300×250) ad area instead of the “Wide skyscraper” (160×600). I am using the Google Publisher plugin (works great so far).

Viewing 3 replies - 1 through 3 (of 3 total)
  • EMG

    (@emg)

    If you are talking about the website in your icon which is using Vantage, then yes, you will.

    This is what is currently telling your theme how wide to make your right sidebar widget area:

    #secondary {
    	width: 23.762%;
    
    	float: right;
    }

    and being that percentages are being used, this is what controls the width of your content block on the left:

    #primary {
    	width: 71.287%;
    
    	float: left;
    }

    If you change the #secondary then you will need to change the #primary to match.

    Thread Starter aspwedge

    (@aspwedge)

    Yep, I’m talking about http://aspwedge.com.

    Thanks…I’ll play around with those percentages.

    EMG

    (@emg)

    You’re welcome. 🙂

    Hopefully that works out for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Vantage: widen right widget area’ is closed to new replies.