Site Border 4 Lines

Description

08.26c25v5 Site Border 4 Lines

#1. Install Code

#1.1. You can use code to Custom CSS box

body::before {
    content: "";
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid rgba(0,0,0,.3);
    z-index: 9999;
    pointer-events: none;
}
#header {
    padding-top: 28px;
}
footer.sections section {
    padding-bottom: 44px;
}

08.26c25v5 Site Border 4 Lines

#1.2. Change Line Color in Line 08

border: 1px solid rgba(0,0,0,.3);

#1.2-2. Change space between line – edges (line 04 – line 07)

top: 20px;
left: 20px;
right: 20px;
bottom: 20px;

#1.2-3. Change padding above header/padding below footer (line 14 – line 17)

#header {
    padding-top: 28px;
}
footer.sections section {
    padding-bottom: 44px;
}

#1.3. If you need to tweak more you can use this AI Assistant (designed for Squarespace sites)

Buy me a coffee