• I am having issues with Canard on Mobile. The featured images on the homepage are cut off and when you click into a page the image is not only cut, but there is a big red box underneath. Any guidance would be great! Thank you!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello there,

    Are you able to provide a screenshot of what you’re seeing via: https://snipboard.io/ please?

    Also, can you provide details of what device is in use too please.

    I can see the image being cut off, but I can’t see a red box as described.

    Many thanks.

    Thread Starter socialmag

    (@socialmag)

    Thank you for the response!

    I solved the red boxes as it looked to be where an ad placement was supposed to be and I was able to disable it. The image cutoffs are on mobile on the home page for https://www.socialmagazine.us . I was viewing it on an iPhone, a Google Pixel, and an iPad

    Hello there,

    I can’t see that https://www.socialmagazine.us is using the Canard theme, but instead, it’s using https://codesupply.co/themes/authentic

    Thread Starter socialmag

    (@socialmag)

    Hello – I was trying to see other themes – but it is back to Canard now

    Hello there,

    Ah ok – it looks like this behaviour with the images is intended by design.

    To the change that, you may wish to add the following CSS:

    @media screen and (min-width: 600px) {
    
    .content-area .format-standard a.post-thumbnail {
        margin-bottom: 70px;
        margin-top: 70px;
        overflow: revert;
    
    }
    
    }

    The 600px can change to suite whatever screensize is needed.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Issues with Images on Canard’ is closed to new replies.