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

    hi, i have a problem with the videos in smartphone view.

    #444435

    Hi alfaweb2!

    Please add following code to Quick CSS

    @media only screen and (max-width: 768px) {
    .home #av_section_1 .container {
      max-width: 100% !important;
      padding: 0 !important;
      margin: 0 !important;
    }}

    Regards,
    Yigit

    #444926
    This reply has been marked as private.
    #444931

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 768px) {
    .home #av_section_1 .container {
      width: 100%!important;
    }}

    Regards,
    Yigit

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