Reply To: Adding images (aside from logo) in the header

Home Forums Support Adding images (aside from logo) in the header Reply To: Adding images (aside from logo) in the header

Home Forums Support Adding images (aside from logo) in the header Reply To: Adding images (aside from logo) in the header

#184860
avraham

It worked this time! Just the tagline is hanging out too low. I would like both site name and tagline to be directly to the right of the medallion that is the logo.

Here’s my code”

<div class="grid-10">
    <a href="http://thejwws.com/"><img src="http://thejwws.com/wp-content/uploads/2016/03/logo-no-date-50-px.png"></a></div>
<div class="grid-35"><a href="http://thejwws.com/"><p style="font-color: black; font-size: 22px; font-family: Great Vibes;"><strong>Jerusalem Women's Writers Seminar</strong></p>
<p style="font-color: black; font-size: 15px; font-family: Prata;">Stretch. Explore. Write!</p></a>
</div>
<div class="grid-55">
    <img style="float: right;" src="http://thejwws.com/wp-content/uploads/2016/04/flowers-and-books.png">
</div>

So I need to do anything specific to the line Stretch. Explore. Write! In order for both of them to be beside the logo?

Thank you so much Tom, you have saved my website many times!