Hi there,
I’d like to add a border to entire site.
I’ve added this css:
.x-site {
border-right: 2px solid #195190 !important;
border-left: 2px solid #195190 !important;
}
This works, but I can’t figure out why my header bar seems to move on the right side when I scroll down the page (it’s a sticky bar).
This problem disappears if I change css to class “.x-main.full” , but in this way the borders appear wrong in each blog post.
Can you help me please?
Here’s my site: https://www.hce.university
