Hello
On my side of the upper logo does not decrease as you scroll through pages.
How can I fix this?
http://www.plan2.pl
Qiuck 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;
}
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
max-width: 80%;
height: auto !important;
margin-top: 5px!important;
}}
Hi qeeqac!
Thank you for using Enfold.
Aside from the css modifications, did you edit or add any files? I checked the logo but I’m not sure why it doesn’t shrink automatically.
Cheers!
Ismael
Hello Ismael.
The changes apply only to qiuck CSS file.
In addition to these changes did not correct the other template files.
Hi!
Please add following code to Quick CSS
.header-scrolled .logo img {
max-width: 70%;
top: 5px;
}
Regards,
Yigit
Hi Yigit.
It works. Thank you.
Regards,
QeeQac