Hi there
Hoping someone can help. I am trying to add contact details to the top right of the header (please see the site here).
I've tried adding the following stylesheet and header.php, but I am only getting the text in the top or bottom left hand corner of my header.
Added to style.css
.contactmission {
width: 100px;
padding: 20px;
float:right
}
Added to header.php (not sure I added it correctly though):
<div class="contactmission">Contact and mission info here</div>
I have changed the margins, changed the positioning of the div in my header.php and I am unsuccessful.
Would someone be able to help? It's driving me crazy.