- This topic has 5 replies, 2 voices, and was last updated 7 years, 12 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 › Naturo Pro – image aspect ratio problems on smaller screens
http://livetothrive.ca/
Hello,
On my home page, there is an image that looks fine on a full size monitor. When scaled down to tablet or smart phone screen, it becomes squished up horizontally while vertically it stays the same height. The aspect ratio is not maintained while the responsiveness is doing it’s thing.
The image in question is of a yoga studio, is on the home page, and is directly above:
Thrive Studio Schedule
View today’s classes. View tomorrow’s. Book online.
How might I maintain the image’s aspect ratio while responsive scaling is taking place?
Thanks.
Hi David,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:1024px) {
.welcome-wrap img { height:auto;}
}
Regards,
Chris
Hi Chris,
That half fixed it. It maintains aspect ration at a few different responsive stages (ie. when you shrink the screen, the elements on the site reorganize themselves) but there is one where it gets all squishy still.
Any ideas?
Thanks for your help.
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:1169px) {
.welcome-wrap img { height:auto;}
}
Regards,
Chris
That did it.
Thanks.
🙂
Magento to WordPress Migration The migration process is indeed helpful for your dream business as your e-commerce business needs this buckle up to grow and […]
Promising WordPress Themes We have collected the most promising WordPress themes to guarantee the sustainable and revenue generating nature of your website revolving around any […]
Free WordPress Google Map Plugins Google Maps are the maps that can be integrated into your website to show the address in the proper way. […]