• Hi, I was wondering if you could help me.
    I keep a music blog at https://indiemusicfinds.com

    I’m trying to alter my sidebar to allow me to comfortably have two 125×125 sponsor adverts side by side but I can’t work out which part of the .css files I need to alter.

    I’d rather just change the padding numbers with this than the actual side bar width because I don’t want to decrease the size of my main content and the wrinkled paper background image wouldn’t fit the blog if the whole width was increased.

    The plugin I’m using to do this is WP125. When I try to have 2 ads side by side at the moment it just overlaps onto the other sidebar widgets.

    Hope you can help, thanks.

Viewing 1 replies (of 1 total)
  • You’ll have to fiddle with these settings in your style.css:

    #body_right_content {
      margin:18px 0 0 20px;
      width:236px;
    }

    The width is too small to hold your two pics, I suggest at least 261px, and then lower the left margin from 20px to 10px.

    That could do the trick.

    Peter

Viewing 1 replies (of 1 total)
  • The topic ‘Help Altering Sidebar.’ is closed to new replies.