Tagged: height, limit, Section, Smartphones
Hello!
On http://erkant.de we are having a backround image in the first section. On Smarthones the backround image, respectively the section, is to large. Very large – it fill out the hole smarthone monitor.
How can I limit the height? Maybe 50% from smartphone monitor?
best regards,
Susanne
Hey Susanne,
Add this to quick css:
@media only screen and (max-width: 767px) {
.av-parallax-inner.main_color.avia-full-stretch{
background-size:contain!important;
}
.avia-section-small .content{
padding-bottom:0px!important;
padding-top:0px!important;
}}
Best regards,
Jordan Shannon
Hi Jordan,
thank you – that´s working fine!
best regards,
Susanne