Home › Forums › All Other Themes › Larger logo in the header
- This topic has 5 replies, 2 voices, and was last updated 7 years ago by
Sonnal S Sinha.
-
AuthorPosts
-
August 30, 2016 at 4:12 pm #45053
Hi,
I have uploaded my logo in the header but it is way to small. I can change the hight of the picture but I want to change it proportionally.
How do I do that.
My page: honekullael.seAugust 31, 2016 at 12:35 pm #45158Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.header .header-inner .logo { margin-top:-30px;}
.header .header-inner .logo img { height:90px !important;}@media screen and (max-width:1023px) {
.header .header-inner .logo img { height:auto !important;}
}Regards,
ShriAugust 31, 2016 at 7:01 pm #45200Hi again,
This looks great on all my pages but not on my home page (HEM). Can you add my home page as well, please?
Thank you!!August 31, 2016 at 7:55 pm #45207Hi again,
Now the header loggo has become bigger also on my home page. I guess it just took a bit longer for this page compared to the others.
Thank you very much!
September 1, 2016 at 6:02 am #45229Hi again,
When I look at the mobile version the logo now is a bit to big, not all of the loggo is shown. Can you pleasehelp me to make the logga a bit smaller.
Thank you very much!
Br,
Charlotta HolmSeptember 1, 2016 at 1:14 pm #45308Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.header .header-inner .logo img { height:100px !important;}
@media screen and (max-width:1023px) {
.header .header-inner .logo { margin-top:0;}
}Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.