Viewing 5 replies - 1 through 5 (of 5 total)
  • @0uthouse

    Can you point me to the URL where you are having this issue? It is a lot easier to view the issue in context.

    Thread Starter 0uthouse

    (@0uthouse)

    @0uthouse

    It appears that your image is big enough, but the theme is applying two rules that are causing images to size down. First, the theme applies a max-width: 100% rule. This rule is common and necessary as it prevents images from breaking the layout. The second rule is a width: 68% rule applied to the content. This rule appears to exist to ensure there is some room on the page for the right sidebar. So as far as the content goes, the image is as wide as the theme allows the content to get.

    The first thing I would do is check to see if your theme provides a full-width page template. This would allow the content on that specific page to expand to fill the entire page, including your images.

    If there is no such template, you may have to make some changes to your theme’s styling to get the results you are expecting.

    Thread Starter 0uthouse

    (@0uthouse)

    I found the full width page template. Thanks for your help!

    Awesome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘images not displaying full width’ is closed to new replies.