Home page default picture re-sized

  • Unknown's avatar

    Hello WP team,

    In the original Promenade theme, the cover picture is suppose to appear full landscape at the home page but for some reason the theme has resized the length of it. Is there any way to solve this problem using CSS?

    Please don’t redirect me to the developers website.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, If you look at the Promenade demo site, you will see that the main featured image does not go full width of the site, but instead maxes out at 1100 pixels in width. The Quick Specs on the Theme Showcase page, near the bottom, is a bit confusing, and I’ll have the theme author straighten that out.

    You can however add the following custom CSS to force your featured image to go full width.

    .hero-image img {
        width: 100%;
    }
  • The topic ‘Home page default picture re-sized’ is closed to new replies.