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

    Hey,
    Great theme – really love it. Just a quick question please. Can I get the images to be centred on the mobile version?

    Login details below in case you need them.

    Many thanks in advance

    #702568

    Hey bauchope,

    Yes, can you give more details, perhaps a screenshot so we know what images do you want to be centered.

    Best regards,
    Nikko

    #703214

    http://www.fifeaquarium.com/wp-content/uploads/2016/10/Screenshot_2016-10-24-11-06-10.png

    It seems to be a problem on portrait on ipad and tablet. Also mobile phone portrait.

    Many thanks

    #703356

    Hi,

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:980px) {
      .avia-fullscreen-slider .avia-slideshow {
        max-height: 360px;
      }
    }
    
    @media only screen and (max-width:767px) {
      .avia-fullscreen-slider .avia-slideshow {
        max-height: 220px;
      }
    }

    The 360px is for ipad and 220px is for mobile, just adjust the values as you see fit. The images are actually centered, it’s just too big. Let us know if it works :)

    Best regards,
    Nikko

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