Featured images FULL-size too large on all pages in Aquentro

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Aquentro Featured images FULL-size too large on all pages in Aquentro

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1837431

    Hi, I’m using the Aquentro theme, and all featured images and the homepage hero are displayed in FULL size.

    They appear too large and disproportionate on all pages and posts.
    CSS adjustments or regenerating thumbnails do not fully solve the issue.

    Looking for advice on how to reduce featured images without distortion and make the hero consistent across all pages.

    #1838446

    Hi Giuseppe,
    As for the Home Page, you can try adding the following style:

    @media (min-width: 992px) {
      body.page-template-template-front-page .site-content > .post-thumbnail .wrapper {
        padding-top: 0;
        padding-bottom: 0;
      }
    }

    Could you specify how you wish to modify the size of the featured images on other pages? It would be helpful if you provided screenshots or examples.

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