• Hello, my website is the following: http://jobs.azazie.com/?page_id=6

    We choose the full width template, and we want to make the images also full-width. But when I change the code from width=”4694″ to anyother bigger numbers, the image won’t change. Is there any solutions about that? Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It sounds like you have a different idea on what ‘full width’ should mean, compared to the theme author.

    Try adding this CSS by a Custom CSS plugin:

    .container, .section-wide {
        max-width: 100%;
        width: 100%;
    }

    Thread Starter aaronsyu

    (@aaronsyu)

    Thanks for ur reply!

    But another question, can I keep the words just like before and I just want make the image-width as same as the page-width?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You can’t really do that unless your theme outputs very structured HTML, which it doesn’t.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘make images the same width as the full width template’ is closed to new replies.