• Hi,

    We’re using the latest version of the Virtue theme but we can’t seem to get the page to be true 100% width.

    We’ve selected “Full Width” from the applicable option menu. We’ve also tried to enable “Blank Canvas” but it doesn’t seem to allow us to do this.

    We’ve added in custom css – see below:

    @media all and (min-width: 1200px) {
    .container {
    width: 100%;
    }
    }

    This also does not achieve true 100% page width.

    Please help
    Kind regards
    Paul

Viewing 1 replies (of 1 total)
  • Hey,
    This theme is not a fluid, fullscreen theme, it’s a responsive theme based on the bootstrap framework.
    By adding:

    .container {
    width: 100%;
    }

    You can make the content stretch to fill the screen but that doesn’t mean it will look good. The design, image sizes, and page elements are not designed to be full screen. especially on say a 27inch mac.

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to set true 100% page width’ is closed to new replies.