• Resolved LaraBrus

    (@larabrus)


    Hi!

    I am using Mon Cahier as my theme and I love the simple yet slick look of the theme. The only issue I have is that my images look weird on the mobile version (tablet works fine). The text areas and images are not in the same ratio so the images are not reduced in size but more slimmed down. Is there any way I can change the settings for this? My blog is mostly pictures so I’d love for them to look great also on a mobile.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Christine Rondeau

    (@crondeau)

    Can you share a link to your site so that I can have a look.
    I may need to fix that if the images aren’t displaying properly.

    A link with the said image would be great.

    Thread Starter LaraBrus

    (@larabrus)

    The link to my website is https://www.theaddictedtraveller.com. It works great on a tablet or PC but unfortunately not on a mobile. Thanks so much!

    Theme Author Christine Rondeau

    (@crondeau)

    Hi Lara,

    Thanks for reporting this. Not sure what changed in the css, but I just submitted an update.
    In the meantime if you want to fix this issue, go to your style.css and find this line:

    .entry-content img {
    	max-width: 100%;
    }

    change it to:

    .entry-content img {
    	max-width: 100%;
    	height: auto;
    }

    Sorry about this.

    Thread Starter LaraBrus

    (@larabrus)

    Thanks so much Christine! I’m using a child theme and I’ve put the line in my style.css and now it works like a charm. Again thanks!

    Theme Author Christine Rondeau

    (@crondeau)

    Awesome. Glad to hear that.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image settings mobile version’ is closed to new replies.