Can lightbox be disabled for phones only?

dgmsteel
16 Posts
dgmsteel posted this 28 May 2018

Hi. The lightbox image for phones is tiny, is there any way to make it bigger? If not is there a way to disable lightbox on phones only??

Hi. The lightbox image for phones is tiny, is there any way to make it bigger? If not is there a way to disable lightbox on phones only??

Last edited 28 May 2018 by dgmsteel

Vote to pay developers attention to this features or issue.
5 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 29 May 2018

Hi,

Please show your site where the lightbox is tiny so we could look if it is possible to make it bigger. There is no possibility to disable lightbox for the phone view only.

Sincerely,
Hella

Hi, Please show your site where the lightbox is tiny so we could look if it is possible to make it bigger. There is no possibility to disable lightbox for the phone view only. Sincerely, Hella
dgmsteel
16 Posts
dgmsteel posted this 29 May 2018

http://www.gordonsteel.co.uk/morrismirrors/index.php/services

Reduce browser size or view on mobile to see what I mean, the lightbox is fine on tablets and above,

http://www.gordonsteel.co.uk/morrismirrors/index.php/services Reduce browser size or view on mobile to see what I mean, the lightbox is fine on tablets and above,
Support Team
Support Team posted this 29 May 2018

Hi,

Please add this code under the Home >> Settings >> Additional CSS:

@media (max-width:767px)
{
  .bd-lightbox
  {
    padding:0 20px!important;
  }
  .bd-lightbox img
  {
    margin-left:0px!important;
  }
}

Sincerely,
Hella

Hi, Please add this code under the Home >> Settings >> Additional CSS: @media (max-width:767px) { .bd-lightbox { padding:0 20px!important; } .bd-lightbox img { margin-left:0px!important; } } Sincerely, Hella
dgmsteel
16 Posts
dgmsteel posted this 29 May 2018

Fantastic that worked a treat!! Thank you!

Fantastic that worked a treat!! Thank you!
Support Team
Support Team posted this 29 May 2018

You are welcome. Feel free to contact us in any other occasion.

Sincerely,
Hella

You are welcome. Feel free to contact us in any other occasion. Sincerely, Hella
You must log in or register to leave comments