Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1008288

    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?

    screenshoot from mobile

    Thx

    • This topic was modified 6 years, 5 months ago by slekiz.
    #1008608

    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

    #1008615

    Very nice work Victoria.

    Thx again :)

    #1008630

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘height in mobile screen’ is closed to new replies.