Hello There,
Hestia does not support logo and site title at the same time. It replaces one by another.
First Select the logo and apply this given code.
Go to customize > Additional CSS > Paste the code.
.title-logo-wrapper a:after{
content: "Site Title";
font-size: 30px;
display: block;
}
Regards
Amit
-
This reply was modified 7 years, 11 months ago by
asoni7039.
Dear Amit,
Any idea on how to put the logo on the same line of text as the text logo (such that it is the Logo then the text)?
Thank in advance mate!
Anonymous User 16453565
(@anonymized-16453565)
Hello, @nickhabi
To do that you just have to add below css code into your stylesheet or you can also add this code into your additional css from theme customizer.
.navbar-brand {
display: flex;
align-items: center;
}
Hope it will helps you.
Thank you.
-
This reply was modified 7 years, 5 months ago by
Anonymous User 16453565.
my website rfarose.xyz is not letting to display horizontally site title, logo, and tagline altogether on the left and if possible the google adsense header ad is wrapped to the right.
Kindly shed some light.
Farose