• Hi ! this happened after i updated the theme
    some time ago i changed my width of entry content to 500px and everything was ok.
    now my page that has a grid view even though set to full width is also 500px… why did this happen? i dont think i chaneged anything

    @media (min-width: 1000px) {
    .entry-content {
    width:500px;
    margin-left:auto;
    margin-right:auto;
    }
    }

    the page:https://zielonysrodek.pl/przepisy/
    thanks for your help;)

Viewing 1 replies (of 1 total)
  • For SEO micro schema and hentry “entry-content” is now used on more then just posts. It’s also a class in pages. If you want to target just posts change this css:

    @media (min-width: 1000px) {
    .single-article .entry-content {
    width:500px;
    margin-left:auto;
    margin-right:auto;
    }
    }

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘width content on page’ is closed to new replies.