This topic has 6 replies, 4 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
I see how I can increase the min-width of the header logo but it doesnt really do anything to the image…
Im trying to get the logo to be proportionally bigger… for some reason using the header type that I decided to go with it make the logo look so small… and I just cant seem to pickup on the right way to correct it in the css file…
Hello,
Please add this code in custom.css file.
.header-logo img{
max-width: 400px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
will try… im pretty sure I had tried that…
thank you.
You’re welcome!
Regards,
Robert Hall.
I just used this and it was quite helpful.
It worked!
But now my lager logo is off center.
How do I adjust this?
TY
Hello,
Try to add this code:
.header-type-7 .header .header-logo {
width: 49.33%;
}
.header-type-7 .header .tbs {
width: 25.33%;
}
.header-type-7 .header .navbar-header {
width: 25.33%;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up