[Support request] Image sizes

Home Forums Support [Support request] Image sizes

Home Forums Support Image sizes

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1981578
    Tom

    your update seems to have broken our image sizes. They were 1200, and now they’ve shrunk to the same width as the type.

    See it here, for example. https://travelpast50.com/camino-del-norte-northern-way-santiago/

    #1981611
    Elvin
    Staff
    Customer Support

    Hi there,

    You have this CSS on your site:

    /* Limiting Content Column Width */
    .entry-content p,
    .entry-content ul,
    .entry-content ol,
    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content figure,
    .entry-content > div,
    .entry-content blockquote, .comments-area {
    	max-width: 700px;
    	text-align: left;
    	word-wrap: break-word;
    	margin-left: auto;
    	margin-right: auto;
    	clear:both;
    }

    Image block is basically a <figure> tag with <img> inside it so the .entry-content figure selector affects it.

    #1981632
    Tom

    that code is also on mntrips.com, and those images are still full width.

    Is it something else?

    #1981635
    Tom

    and it just happened with the update. Nothing changed. It worked before.

    #1981647
    Elvin
    Staff
    Customer Support

    The code from mntrips.com is quite different.

    I checked it myself to be sure and I found this:

    /* Limiting Content Column Width */
    .entry-content p,
    .entry-content ul,
    .entry-content ol,
    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content > div,
    .entry-content blockquote, .comments-area {
    	max-width: 700px;
    	text-align: left;
    	word-wrap: break-word;
    	margin-left: auto;
    	margin-right: auto;
    }

    Which as no .entry-content figure selector in it. https://share.getcloudapp.com/bLudwxzD

    #1982473
    Tom

    Our fault. My developer made that change last night and I didn’t know about it.

    Thanks for your help.

    #1985865
    Elvin
    Staff
    Customer Support

    No problem. 😀

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.