Viewing 3 replies - 1 through 3 (of 3 total)
  • If you look at your css file, they’re slightly different on those two recently added pages vs the one that works as expected. This bit of code is overriding the code that is currently present on the working page css.

    .page-template-grid-page .content-wrapper.full-width {
         margin: 0;
    }

    I would maybe comment that out, to make sure it doesn’t affect other areas of the site.

    .page-template-grid-page .content-wrapper.full-width {
        /* margin: 0; */
    }

    Hope that helps get you started.

    Thread Starter kendalli86

    (@kendalli86)

    Great….can I put this fix into the CSS Stylesheet Editor or do I need to find this area in the actual CSS and use the built in theme editor?

    Thread Starter kendalli86

    (@kendalli86)

    I am unclear as to where to go to fix the pages that were added and also how to prevent this from happening again.

    I have access to the CSS but not sure how to find it for individual pages that I add.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured Image Not Displaying Properly’ is closed to new replies.