• I love this theme but I can’t seem to find the parent stylesheet or whatever I need in order to change the style of the theme. What I want is to have a wider container much like the Spacious theme. At the moment we’re using Spacious but it doesn’t offer as many features as Virtue does. Literally all I need is to make the layout full 1920 in width.

    Thanks

Viewing 1 replies (of 1 total)
  • This isn’t really supported so not everything will look perfect (like carousels and sliders) but you can add this to your custom css box in the theme options > advanced settings:

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

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘Parent Stylesheet & Wider Container’ is closed to new replies.