Topic Resolution: Resolved
    Donna
    Spectator
    Posts: 22
    22.07.2016 at 10:21 #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
    23.07.2016 at 08:13 #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
    23.07.2016 at 18:25 #29286
    This reply has been marked as private.
    Daniel Jones
    Spectator
    Posts: 148
    24.07.2016 at 15:11 #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
    24.07.2016 at 16:16 #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
    25.07.2016 at 01:31 #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
    25.07.2016 at 04:39 #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
    26.07.2016 at 01:26 #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
    26.07.2016 at 05:00 #29336
    This reply has been marked as private.
    Daniel Jones
    Spectator
    Posts: 148
    26.07.2016 at 07:33 #29338
    This reply has been marked as private.