• I need some to help me make the frontpage banner responsive, because the rest of the site is responsive, except for the frontpage-banner. I have tried each of the following CSS codes which did not work.

    .frontpage-banner {
    background-size: contain;
    }
    #frontpage-banner {
    background-size: contain;
    }

    .frontpage-banner {
    width: 100%;
    }
    .frontpage-banner
    { max-width: 100% }

    #frontpage-banner
    { max-width: 100% }

    #frontpage-banner {
    width: 100%;
    }

Viewing 1 replies (of 1 total)
  • Hi md905,

    What’s your web domain? The banner image should be responsive, as long as the chosen image is not too large. I can take a look at your site and see if I can figure out why the image isn’t acting responsive.

    Thanks!
    -Jacob
    Nimbus Themes

Viewing 1 replies (of 1 total)
  • The topic ‘frontpage-banner won’t respond’ is closed to new replies.