Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1275141
    Shpend Thaqi
    Guest

    Dear Team

    The full-screen slider images on the iPhone mobile don’t show up pixelated with an extra zoom. How can I fix that?

    Thanks

    #1275239

    Hey,

    Thanks for contacting us!

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

    @media only screen and (max-width: 767px) {
    .avia-safari .avia-fullscreen-slider .avia-slideshow[data-image_attachment="fixed"]>ul>li {
    background-attachment: scroll!important;
    }}

    We would like to inform you that we only provide support to our registered users.

    You can register to our support forum here – and then start a new thread under Enfold sub forum.

    Please make sure to elaborate on the issue you are having/changes you would like to make on your thread. If you would like to include screenshots, you can upload them on http://imgur.com, https://snag.gy or Dropbox public folder and attach the links in your posts :)

    Best regards,
    Yigit

    • This reply was modified 3 years, 10 months ago by Yigit.
    #1275357
    This reply has been marked as private.
    #1275465

    Hi,

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .responsive #top #main {
        padding-top: 110px !important;
    }}

    Best regards,
    Yigit

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