Archived topic
Sider -> Getting Rid of Left Menu
3 replies · Started by Mike on May 30, 2019
Viewing posts 1–4 of 4
Hello!
I am using the Sider Template, and I got rid of the header on the left site and made it appear on the top.
Now there is a large blank space on the left. Any way to get rid of this?
Thank you
Hi there,
Go to Customizer > Additional CSS and remove this CSS:
@media (min-width: 1000px) {
body {
padding: 0 50px 50px;
margin-left: 300px;
}
}
Let me know if this helps :)
Thank you!
No problem :)
This archived topic is closed to new replies.