Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #927518

    Hi

    I used the widget “gallery” proposed by your theme on one of my pages.

    When I look on mobile, the gallery is small, so not very visible. My images are about 500/600 pixels wide and tall. I would also like to remove the outline of thumbnails but I can not. See the link below the relevant page.
    I placed an image under the gallery so you can see my settings

    Thanks for your feedback
    Peggy

    #927533

    OK I understood why I inserted internal margins … on the other hand I would like to know how to remove the white outline of the vignettes in css …
    Thank you !

    #927547

    Hi,

    Add this to quick css:

    #top div .avia-gallery img{
    border:none!important;
    }

    Best regards,
    Jordan Shannon

    #928010

    It’s ok !
    thank you
    Peggy

    #928034

    Hi,

    Glad that Jordan helped you :) Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    #928048

    Hi Nikko
    I would like to know how to make the values ​​entered to make a margin on the columns different on mobile ?
    Thank you

    #928111

    Hi,

    Try adding this css code in Quick CSS:

    @media only screen and (max-width:767px) {
      #top div .avia-gallery img {
        padding: 2px;
      }
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #928226

    Hi
    In fact I no longer spoke of the gallery images, but blocks that we insert in the pages. It may be interesting to have large spaces on computer but still not on mobile.
    I thought it would have been nice to be able to change it when we are in the constructor in “line settings” without going through the css ..

    #928304

    Hi,

    Unfortunately, this is something that would have to be adjust via a bit of css.

    Best regards,
    Jordan Shannon

    #929027

    Hi
    it might be a good idea to integrate it into the buider …
    You can close the wire, thank you!

    #929165

    Hi,

    We will for sure keep that in mind. You can also add your idea to our feature request queue.

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Problem with the gallery’ is closed to new replies.