Hello. I have a problem with the mobile version of the site. Problem is in displaying logos. The logo is unnaturally stretched. Has the wrong aspect ratio. There are too high.
Hey qeeqac!
Thank you for using the theme!
Do you mind if we take a look at the actual website? We would like to see it. I think we can fix it via css media query.
Best regards,
Ismael
Hey Ismael.
Here’s the address of my website: http://www.plan2.pl
Best regards,
QeeQac
Quick CSS
.logo {
margin-top: 14px;
}
.header-scrolled .logo{
margin-top: 0;
}
.page-id-2539 #av_section_2 .template-page.content.twelve.alpha.units {
padding: 20px 0;
}
.avia-icon-list-container {
margin-bottom: -20px;
margin-top: 10;
}
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
max-width: 80%;
height: auto !important;
margin-top: 5px!important;
}}
Cheers!
Yigit
Hello Yigit.
Thanks works well!