Hello,
I have a video background for screens PC or tablets ( https://www.creativaonline.cat/prokasa/ ) and i have a picture for mobile screens but he have a very height, can i change this height pixels?
Thx
Hey slekiz,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
#av_section_1 .av-parallax {
background-attachment: scroll !important;
background-position: top center;
background-size: cover;
height: 230px;
}
#av_section_1 {
height: 230px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Very nice work Victoria.
Thx again :)
Hi,
I’m glad you got this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon