Home › Forums › All Other Themes › Logo img too small
- This topic has 5 replies, 3 voices, and was last updated 7 years, 8 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
April 1, 2016 at 2:45 pm #29024
Hello,
I have a problem again. The updated SPA theme is excellent. I only have one problem with it now. The logo picture (.png) in the header is resizing to being too small on smaller resolutions. On phones and tablets it comes to a little dot.
I would be very happy if you’d help me with this, I’m not enough of an expert to fix it by myself quickly, and clients need the page done yesterday (yeah, my fault).
URL: http://www.beauty-center-elixir.com
Thanks in advance, once again!
K
April 4, 2016 at 9:54 am #29174Hi K,
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
And paste this css code in custom box@media screen and ( max-width:979px) {
.logo img { height:90px;}
}Regards,
ShriApril 4, 2016 at 10:31 am #29183Dear Shri,
Thank you for your help, but unfortunately the code doesn’t work.
Ksenija
April 4, 2016 at 11:36 am #29185@media screen and ( max-width:979px) {
.logo img { height:90px !important;}
}Regards,
ShriApril 5, 2016 at 7:33 pm #29402Thank you! This worked! I could’ve though of it myself tho.
Regards,
KApril 6, 2016 at 5:08 am #29428🙂
-
AuthorPosts
- You must be logged in to reply to this topic.