Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Sanjay Dabhoya

    (@sanjaydabhoya)

    Hi @phoenixpro,

    I have checked your blog page link and noticed that your blog page has some style conflicts with your theme files.

    Let me share css code here that you need to put into “Custom CSS” textarea.

    .post-image { 
    width: 100%; 
    left: 0;
    top: 0;
    height: auto;
    }
    .custom-frame-wrapper,
    .small-custom-frame-wrapper { 
    width: 100%;
    }
    .custom-frame-inner-wrapper { 
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    }
    .custom-frame-wrapper .custom-frame-padding {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0;
    }
    .custom-frame-wrapper .custom-frame-padding a {
    display: inline-block;
    width: 100%;	
    }

    Once it done then please check on frontend.

    Regards,
    Sanjay

    Thread Starter phoenixpro

    (@phoenixpro)

    Hi Sanjay!
    Thanks so much. I tried adding the Custom CSS….even disabling all blog image functions in them options and rebuilding thumbnails – still didn’t change the way the featured image is being displayed.

    If you have any other suggestions, great! If not, maybe it’s just on of those conflicts…
    Many Thanks, Hunter

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images not displaying correctly’ is closed to new replies.