I swear I have searched and tried everything I could find, but it isn't working for me for some reason.
I have added a new widget area in my header section.
<?php bfa_widget_area('name=swheaderfullbanner&cells=1') ; ?>
I have added my ad code into the widget and it shows up in the header. Now I just want to center the ad image that shows up. I tried adding CSS in "add html/css inserts", but I'm not sure if I have the correct CSS. I've tried what has been posted already.
Here are some of the variations of the CSS I have tried. Let me know if you know one of them should work. When I look at my source code I see that the "swheaderfullbanner" is a div. I'm still a little unclear on when to use '#' and when to use '.' in my CSS.
div#swheaderfullbanner{margin-right: auto;margin-left: auto;}
div.swheaderfullbanner{margin-right: auto;margin-left: auto;}
Did something change with 3.4.4 (or an earlier version) that would make this not work?
I originally had my theme doing a fluid width (99%, 600 min, 900 max), and have recently tried doing fixed width (900, 600 min) after reading another post and have no change in behavior.
Thanks,
Scott