Add border to site

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

Hi Luca,

Thank you for reaching out to us. Please replace your code with the following one:

.x-site {
    outline: 2px solid #195190 !important;
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

1 Like

It worked perfectly!
Thank you so much.

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.