Forums
Home / Theme: einfach / I need to change the width of layout
(@enovatit)
6 years ago
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
(@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.