Topic Resolution: Resolved
    Donna
    Spectator
    Posts: 22
    July 22, 2016 at 10:21 am #29265

    Opps I put the wrong link in.. here is one not working http://serenityclay.com/my-first-polymer-clay-canes/

    Denzel Chia
    Moderator
    Posts: 2656
    July 23, 2016 at 8:13 am #29278

    Hi,

    Your tiled gallery is breaking responsive.

    Please use the following in Theme Options -> Custom CSS


    .tiled-gallery .gallery-row {
    max-width: 100% !important;
    width: 100% !important;
    }

    Thank you.

    Donna
    Spectator
    Posts: 22
    July 23, 2016 at 6:25 pm #29286
    This reply has been marked as private.
    Daniel Jones
    Spectator
    Posts: 148
    July 24, 2016 at 3:11 pm #29292

    Hi Donna,

    Thanks for reaching out to us again.

    This issue is related to plugin conflicts. Kindly try to find out which one is causing the issue by deactivating all the third party plugins and check again, if the issue is resolved, reactivate one by one to identify the culprit.

    Let me know how it goes.

    Donna
    Spectator
    Posts: 22
    July 24, 2016 at 4:16 pm #29296

    Hello, I deactivated them all and there was no change on the post. It was still non responsive. There is no gallery on this page either.

    Denzel Chia
    Moderator
    Posts: 2656
    July 25, 2016 at 1:31 am #29301

    Hi,

    There could be broken HTML on that post’s content
    Please re-create another post with the same content and see if there is any responsive issue.

    Please also check your Theme Options -> Custom CSS for any syntax error.

    Thank you

    Donna
    Spectator
    Posts: 22
    July 25, 2016 at 4:39 am #29307

    Hello
    I made a brand new post and checked after each section. Adding the text was OK, I was able to add the feature image OK, but as soon as I added a picture to the page is when it turns non responsive. \

    After testing more I found out it was when the caption is added to the photos is when the responsive breaks…
    What can i do to be able to add the captions back to my photos?

    Denzel Chia
    Moderator
    Posts: 2656
    July 26, 2016 at 1:26 am #29333

    Hi,

    Thank you for finding out the cause of the issue.
    Please use the following in Theme Options -> Custom CSS

    @media screen and (max-width:768px){
    .wp-caption {
    max-width: 100% !important;
    width: 100% !important;
    }
    }

    The above code is for preventing image with caption from overflowing in mobile view.
    Hope this helps.

    Thank you.

    Donna
    Spectator
    Posts: 22
    July 26, 2016 at 5:00 am #29336
    This reply has been marked as private.
    Daniel Jones
    Spectator
    Posts: 148
    July 26, 2016 at 7:33 am #29338
    This reply has been marked as private.