look at http://ballpointradio.com/new/index.php. Do you see above the Recent Tracks there’s sort of padding? How do I get rid of this?
Thanks,
Sam.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
<div class="content_wide">is taking up the full width of<div id="content">, which is why it looks like<div class="content_right">has padding above it. In fact it is just following normal behavior and appearing below divs that are listed before it in the page’s structure.To get around this you could put
<div class="content_inside">in<div class="content_left">and get rid of<div class="content_wide">.