Anonymous User 9936702
(@anonymized-9936702)
Hello!
You’ll want to add this into the Header → Header Bar Text input field.
Hi thanks for your reply!
Could you give me the exact code please? I’m a newbie!
Thanks
Ah I do mean that I want the text to the right of where the logo is, not in the header bar above it.
Hi there!
This would require a theme customization. Unfortunately, we do not sort these types of customizations.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Hi Zack, I’m sure the community can help you out here.
Hi emilymayinteriors,
I seen your comment and i have made small code. so you can use it. I have tried on your site adding some content in firefox. and it looks fine.
Please follow the below steps.
-> Please go into your child theme and open the “header.php” file.
-> There one div “<div class=”site-branding”>”. After that div Please
put the below code and I have put temporary text where you can put
your text but change only the text.
`<div class=”header_text”>Please place the text you want to add
here Please place the text you want to add here Please place the
you want to add here Please place the text you want to add
here</div>`
-> Now open “style.css” file and put the below code at the bottom.
`.header_text {
float: right;
margin-top: 12px;
width: 35%;}`
Hi Multidots
Thanks so much for the code, the first part works perfectly, puts text in the header on the left side. But when I putt the css in the stylesheet it doesn’t seem to be applying, I can’t get the text to float to the right side, can you help at all?
Thanks