• Hello,

    I love the Bharat theme but the margins are too big – there’s way too much dead space on my screen. I changed this once before but for the life of me I can’t remember how I did it (I believe I changed a percentage in the CSS stylesheet, but I’m not sure).

    What is the value in the stylesheet I need to change?

    Thanks

Viewing 1 replies (of 1 total)
  • Theme Author Poonam Namdev

    (@poonam9)

    Hi
    You can reduce the margin by changing max-width value in the style.css file.
    @media screen and (min-width: 600px)
    .site {
    margin: 0 auto;
    max-width: 960px;
    max-width: 68.571428571rem;
    overflow: hidden;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How to decrease margin size?’ is closed to new replies.