I moved my blog title/logo to the left,but now I want to ad a banner in the top right, does anyone know the code?
Thanks!
I moved my blog title/logo to the left,but now I want to ad a banner in the top right, does anyone know the code?
Thanks!
you would have to open the header php file and then add those images with class="left" and class="right" and then in your style sheet define the left class with float:left and the right class with float:right and then adjust the padding to position them where you want.
You must log in to post.