Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #648374

    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!

    #648477

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.