- This topic has 5 replies, 3 voices, and was last updated 9 years, 5 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Logo img too small
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
Hi 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,
Shri
Dear Shri,
Thank you for your help, but unfortunately the code doesn’t work.
Ksenija
@media screen and ( max-width:979px) {
.logo img { height:90px !important;}
}
Regards,
Shri
Thank you! This worked! I could’ve though of it myself tho.
Regards,
K
🙂
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]