WordPress Countdown Plugin – changing location in header
-
Hello – I installed the WordPress Countdown Plugin and used the PHP code to add to my header. I’m having trouble changing where it is located in the header and hoping for assistance. It’s stuck on the lower left when I’d like to move it to the middle right (whitespace)
https://www.dropbox.com/s/azed7vq3o5py33r/ttt-countdown_grab.jpg
I have this in the style.css:
} #countdown{ float:right; border-right:6px solid #f5f5f5; }and this in the header.php:
<div id="countdown" class="clearfix"> <ul><?php echo do_shortcode('[CountDown id=1 width=200 custom_widget=0 year=2012 month=11 day=22 hours=8 minute=00 textunder=true]'); ?> </div>Any help is appreciated!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘WordPress Countdown Plugin – changing location in header’ is closed to new replies.