Hello
Here is my website
As you can see there is an image in the sidebar. I have the picture of the turntables with the blue writing on them, but it is being cut off. Is there anyway to move the picture around?
Also, I would ideally like to remove the text and banner where it says "street cred" and "our sponsors". Deleting the text is simple, but those bars remain. I'm not sure what I have to do to take those out, Here is my sidebar code
</div><!-- left-pad (end) -->
</div><!-- left (end) -->
<!-- Right Column Sidebar (start) -->
<div id="sidebar">
<div id="sidebar-pad">
<div class="sidebar-item">
<h3>Street Cred</h3>
<div class="content">
<div class="about-image">
<img src="<?php bloginfo('template_directory'); ?>/images/about-img.jpg" alt="About <?php bloginfo('name'); ?>">
</div>
Don't care about women's hockey? Neither do we. Thats why here at Sports Remix, you'll never see the boring news no one cares about. Our mission is to bring you the latest sports news that actually matters. Game winning buzzer-beaters, bone-shattering hits, and the latest sports rumors are the centerpiece of our daily updates. What that means for all you socially awkward losers is that you can finally know what the hell all your sports loving friends are talking about during lunch.
</div>
</div>
<div class="sidebar-item">
<h3>Our Sponsors</h3>
<div class="ad">
<a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/sample-sidebar-ad.png" alt="advertisement" /></a>
</div>
<div class="ad">
<a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/sample-sidebar-ad.png" alt="advertisement" /></a>
</div>
<div class="clear"></div>
<div class="ad">
<a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/sample-sidebar-ad.png" alt="advertisement" /></a>
</div>
<div class="ad">
<a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/sample-sidebar-ad.png" alt="advertisement" /></a>
</div>
</div>
<?php dynamic_sidebar(); ?>
</div><!-- sidebar-pad (end) -->
</div><!-- sidebar (end) -->
Thank You