Adding text Parallel from the Logo instead under it.
-
Hello,
I would like to know how to add text parrallel to the logo instead of under it. Every time I add text in the same section as I add the logo – the text goes under the logo. Someone from your support group said you might be able to do that with some type of CSS modifications. Can someone explain to me how to do that. I don’t have a lot of experience in HTML/CSS
The blog I need help with is: (visible only to logged in users)
-
-
-
Please add a site title (there is no title currently) and use this CSS:
h1.site-title { display:inline; margin-left: 15px; }The margin-left determines the space between the logo image and site title. I set it to 15px but feel free to adjust. :-)
- The topic ‘Adding text Parallel from the Logo instead under it.’ is closed to new replies.