Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1340050

    Hi,
    on my startpage a have a video with two buttons below next to each other. When i go in mobile view, they resize and get to big. Also there are flipping from horizontal to one below the other. How can i fix that?

    Kind regards Jak

    #1340131

    Hey Jak,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    @media only screen and (max-width: 767px) { 
    #top .flex_column.av-b06jd-7aa723c4880ea8922c045f58448a9c6d, #top .flex_column.av-3yndl-7bbbd9cec1b3026b5be7583f5d30dfb1 {
      width: 50% !important;
    }}
    

    Best regards,
    Yigit

    #1340163
    This reply has been marked as private.
    #1340332

    Hi,

    Thanks for the update. I can’t see the problem on my end, and the screenshot you linked to is not working. Could you upload it to a service like Imgur.com or Snipboard.io instead please?

    Best regards,
    Rikard

    #1340350

    Hi Rikard,
    i added a new screenshot. Please have a look, the button are not allways next to each other in responsive mode.
    kind regards Jak

    #1340388

    Hi,
    Thanks for the screenshot, I see that Yigit’s css is meant to work up to 767px, which it does, at 768px is when the error begins until 990px
    so please leave that css and include this css also:

    @media only screen and (min-width: 768px) and (max-width: 989px) { 
    #top .flex_column.av-b06jd-7aa723c4880ea8922c045f58448a9c6d, #top .flex_column.av-3yndl-7bbbd9cec1b3026b5be7583f5d30dfb1 {
      width: 50% !important;
      display: inline-block;
      float: none;
    }
    #top .flex_column.av-am57p-d4ca5034c8232c647ae2a808fa9f3665,#top .flex_column.av-49jyx-6d77460c89009f4c568b495af470f2f4  {
      width: 100% !important;
    }	
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1340426
    This reply has been marked as private.
    #1340497

    Hi,
    Parallax doesn’t work on iPhones this is a known Apple issue that has been going on for a few years, Apple must fix this, we can not.

    Best regards,
    Mike

    #1341241
    This reply has been marked as private.
    #1341336

    Hi,
    Parallax is generally deactivated on the iPhone.

    Best regards,
    Mike

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