Archived topic
Hooks and Space
5 replies · Started by Marius on September 16, 2018
I use the hook after_mai_content to show some related posts. How can i control the space betwenn main content and hook content? Because it seems al litte to big.
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Okay, I have edit it. At the bootom you can see the realted posts.I want to put it one line higher.
Try this CSS:
.post {
margin: 0;
}
Hi Leo, thanks, that worked. Is this only take effect on that specific problem, or does this change affects any other element on this site?
It shouldn't affect anything else but let me know if you notice anything :)