Archived topic
Move Sidebar down a few pixels
3 replies · Started by Arvid on May 24, 2021
Hi there,
I would love to move down the sidebar a few pixels. But whatever I do, it will move all other containers/boxes as well. Now the logo is basically scratching the navigation. For the grid this is okay, but the logo just needs to be brought down a few pixels.
You can see the issue on this page: https://www.traveltothemagic.net/
Hi Arvid,
You can give this CSS a try, feel free to change the number:
#right-sidebar {
margin-top: 40px;
}
Thanks Ying, that indeed resolved this issue.
Glad to hear that :)