• enovatit

    (@enovatit)


    Hello,

    I would like someone to point to the right code, where I can change the width of the whole layout so all the posts and pages have less margin on left and right.

    my blog can be viewed here: gamesgift.net

    • This topic was modified 6 years ago by enovatit.
Viewing 1 replies (of 1 total)
  • saurabh.dhariwal

    (@saurabhdhariwal)

    Hello enovatit,

    you can increse width by comenting some lines in your style.css (i.e appearance -> editor -> style.css) at line 781

    .site {
        /*width: 90%; max-width: 36rem; max-width: calc(20rem + 12vw); margin: 0 auto;*/
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘I need to change the width of layout’ is closed to new replies.