How would I go about incorporating a second right aligned image in the header of a theme on WordPress? Is this possible without it being a huge mess of code?
Let me know if you need to see the website URL to understand what I mean.
I have a logo in the top left and want a slogan in the top right.
you could simply add another image, and use one of the possible ways of positioning it:
http://www.w3schools.com/css/css_positioning.asp
a link to your site is not neccessary to understand what you are trying to do, but might get you more detailed suggestions.
cuban_cigar
Member
Posted 1 year ago #
almalusplace
Member
Posted 7 months ago #
Hi!
I have a blog (almalusplaceblog.com) and I need to fix my Header right: I have now three images with a link to three diferent pages.
I want these images to be all aligned one next to the other, but now they are one under the other.
I used this code:
<p style="text-align: center;" ><img src="http://almalusplaceblog.com/wp-content/uploads/2011/05/about.png"/></p><p style="text-align: center;" ><img src="http://almalusplaceblog.com/wp-content/uploads/2011/05/portfolio.png"/></p><p style="text-align: center;" ><img src="http://almalusplaceblog.com/wp-content/uploads/2011/05/contact.png"/></p>
how can I fix the problem?
Thank you
Alessandra