Home › Forums › All Other Themes › Image/Logo Responsiveness
- This topic has 5 replies, 2 voices, and was last updated 7 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
April 13, 2017 at 2:00 pm #69022
Sorry, I am busy with Perfect Interior, redoing my website (https://www.visualweb.net.za) but I need to ask something about the responsiveness of your themes.
Why are images, like the logo for example not proportionally responsive? At some point, it starts to shrink the Logo only from the sides, making it look squished? Hope you understand what I mean by looking at these screen prints (https://www.visualweb.co.za/Heading-1.png and https://www.visualweb.co.za/Heading-2.png – on both Header Layout 1 and Layout 3 the logo gets squished from the sides only when the screen size changes making it look terrible on mobile where other themes sizes the images/logo’s proportionally according to screen size if you look at my old site (https://www.visualweb.co.za) for example…
The same goes for other themes as well if you look at http://www.t-shirtprint.co.za – sizing the screen also squeezes the logo from the sides only.
Another theme’s portfolio also squeezes the images from the sides only making it look out of proportion on smaller screens – see this screen grab on theme Lens Pro’s portfolio (https://www.visualweb.co.za/Images.flv)
Kind Regards,
FrancoisApril 17, 2017 at 5:00 am #69175Hi Francois,
For https://www.visualweb.net.za/ kindly go to Appearance>>Customize>>Basic>>Custom CSS Box
Add this code there, you can use this code for any perfect child themes:
@media screen and (max-width:767px) { .centerlogo .logo{width:auto !important;} }
Regards,
DaveApril 17, 2017 at 8:29 am #69239Hi Dave
Thanks, but it made no difference. I copied your code exactly and still the issue persists.
It seems that a couple of themes has an issue with image and logo responsiveness as in my original post…
Kind Regards
FrancoisApril 17, 2017 at 12:52 pm #69294Hi Francois,
kindly go to Appearance>>Customize>>Basic>>Custom CSS Box
and Add this code there:@media screen and (max-width:479px) {
.logo img {height: auto; margin-top: 22px; width: 80%;}
}Regards,
ChrisApril 17, 2017 at 6:32 pm #69315Thanks Chris
This code worked well.
Kind Regards
FrancoisApril 18, 2017 at 4:57 am #69331🙂
-
AuthorPosts
- The topic ‘Image/Logo Responsiveness’ is closed to new replies.