• Resolved waterlilly2022

    (@waterlilly2022)


    My website is http://www.centralilsavings.com I’m trying to widen my sidebar by about five pixels so I can cleanly fit two skyscraper ads next to each other (it’s too wide for some ads, too narrow for others, and this is the best solution I’ve found).

    I’ve been googling around trying to figure out how to do it, but am absolutely stumped.

    Any help would be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Will this work? Change line 269 in your style.css to

    #sidebar div.wid-a .wid-b { background:url(images/widget_bg_repeat.png) repeat-y 0 0; padding: 8px 29px 6px 27px; overflow:hidden; }

    You can always inspect element with a right click on what needs changing and just playing with styles until you find what is causing your problems

    Thread Starter waterlilly2022

    (@waterlilly2022)

    That did it. Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Trying to widen sidebar’ is closed to new replies.