Hi all,
I think this will be a very easy question. I have a new widget area located after %logo and before the cimy slider <div>:
%logo <?php bfa_widget_area('name=my_header_area'); ?> <div id="cimy_div_id_0">Loading images...</div>
<div class="cimy_div_id_0_caption"></div>
<style type="text/css">
#cimy_div_id_0 {
float: left;
margin: 0px 0px 0px 0px;
border: 0px solid #000000;
width: 970px;
height: 300px;
}
div.cimy_div_id_0_caption {
position: absolute;
margin-top: 175px;
margin-left: -75px;
width: 150px;
text-align: center;
left: 50%;
padding: 5px 10px;
background: black;
color: white;
font-family: sans-serif;
border-radius: 10px;
display: none;
z-index: 2;
}
</style>
<noscript>
<div id="cimy_div_id_0_nojs">
<img id="cimy_img_id" src="http://www.kneedeepflyfishing.com/wp-content/Cimy_Header_Images/0/DSC_0018header.jpg" alt="" />
</div>
</noscript>
My question is, where do I put my CSS to move the addthis widget in the new header widget area to the right?