Tagged: background video, down arrow, mobile
1. Home image extends below screen on mobile
2. How can we remove the down arrow?
Please see Private Content for more details. Thank you!
Hey Starkos,
1. to fix the height in mobile device. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px){
#top.page-id-431 #av_section_1{
max-height: calc(100vh - 82px)!important;
}}
2. To remove the arrow please uncheck “Display a scroll down arrow” in the colorsection options.
Best regards,
Vinay