Viewing 1 replies (of 1 total)
  • Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi @vivipapaliaga!

    Thanks for posting about this problem!

    Please note, that the main container of your theme is not responsive. If you add the following CSS code to style.css file (or another custom frontend CSS stylesheet) the problem will be fixed:

    #main_container {
       max-width: 100%;
    }

    Cheers!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.