Archived topic
Remove Top, Left and Right Margin
2 replies · Started by rolo on January 29, 2017
Viewing posts 1–3 of 3
Hello, can you help me with a custom css code to remove top, left and right margin?
https://i.imgur.com/auvdlcn.png
I need it to create a fullwidth page...
Thanks!
Problem solved! I have found these useful codes in your forum:
For Fullwidth
.container.grid-container {
max-width: 100%;
}
For Top Margin
.separate-containers .site-main, .entry-content {
margin-top: 0px;
}
:-)
Glad you found a solution!
This archived topic is closed to new replies.