i have this code /* Styles for two-column display */ #wp125adwrap_2c { width:100%; } #wp125adwrap_2c .wp125ad { width:125px; float:left; padding:10px; } Code (markup): and i want it to look like the ad box on my home page atm. link thanks
Hi, what is your problem add are not showing in two columns just make the width of your sidebar 250px and tried to reduce the size of padding:10px; to padding:4px; or so as much as you can match or fit within your sidebar . It will work. THanks