Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor alexgso

    (@alexgso)

    Hi Cultural Keys,

    This is due to the social icon widget you’re using. Basically, it’s enforcing CSS that will make the icons much larger than you (typically) desire.

    You can fix this however with some custom CSS. Please navigate to WP Admin > Appearance > Custom CSS and add the following CSS:

    .gallery_item .kt-intrinsic img {
    width: auto !important;
    height: auto !important;
    position: static !important;
    }

    You might also need to install the SiteOrigin CSS Editor.

    Thread Starter AJ Don

    (@cultural-keys)

    Hey there.

    Wow, I must say I’m surprised, but that worked perfectly! I’m not using a Social Media Icon widget, just a gallery with SMI in it, but your method worked anyway.

    So that’s great. Thanks so much!

    Thread Starter AJ Don

    (@cultural-keys)

    Ooops, spoke to soon.

    So i just finished off by completing the Footer, but the media icons in the footer are all sup[er small now.

    The issue appears to be with:

    [class*=wp-image] {
        padding: 10px;

    But i’m no coder, I only read the from Google Inspect, and see that when i change that function, the problem disappears. But of course, I have no idea how to actually affect that on the site, or whether it’s caused by the css you gave me, or what.

    All i know is, it’s only affecting this landing page, and none of my other pages are effected.

    Are the two things connected?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Issue with image sizes’ is closed to new replies.