Placing widget to right in header
-
Hi All,
I am no coder and grinding my way though things to get my site the way I want.
I have made this custom widget thing for currency switching in my website and I want to put the switcher in the header. So I placed the following code in header.php:
<?php if (dynamic_sidebar(‘my_widget_area’) ) : else : endif; ?>
Now it works well and good, but I want it to place to the right of the page. Instead it shows up on the left.
Is it possible based on the info I’ve given, how I can do this?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Placing widget to right in header’ is closed to new replies.