Viewing 1 replies (of 1 total)
  • Plugin Author wpsolutions

    (@wpsolutions)

    Hi,
    Your theme is causing that because it is adding some left/right padding to the content container div.

    You can tweak that by implementing the following custom css:

    @media (max-width: 768px) {
        .content-container .content-container-inner{
        padding-right:0px;
        padding-left:0px;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Album Display Problem On Mobile’ is closed to new replies.