Archived topic
Can't figure out why page is content is in dented
1 reply · Started by Matthew on December 17, 2018
Hi
I can't figure out why some of the content is on the right slightly vs the heading section which is more towards the left.
I am using GeneratePress sections for the page.
Tried to do a screenshot to show you what I mean: https://i.postimg.cc/vmJQwrwG/Screenshot-2018-12-13-at-15-37-49.png
Any ideas why this is?
Hi there,
There is default margins added to <ul>:
https://www.screencast.com/t/2wkkHsLDaQ
You can overwrite it with this CSS:
ul.wpv-loop {
margin: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/