• Hello.

    I’ve been working on my website recently, and I’m trying to figure out how to change the width of the page. I don’t want the words on the page to go from one side to the other. I want to put in margins of maybe about 1.5 inches on both sides.

    I’m using the Virtue Theme for my website and I have Kadence Toolkit and Kadence Blocks set up as well.

    Alex

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fwords1122

    (@fwords1122)

    Oh, and just for clarification, I’ve checked out everything I can think of in the Appearance tab and anyplace else I can think of that could put margins in.

    hannah

    (@hannahritner)

    Hey,
    You can use css to increase the max-width:

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

    Just paste that into your custom css box in Theme Options > Advanced Settings.
    Hope it helps!

    Hannah

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing page width in Virtue Theme’ is closed to new replies.