@edgrbnz That worked! Thanks so much :)
brianagarelli
Posts
-
Right page border missing / right edge overflowing -
Right page border missing / right edge overflowingThanks @mariusjopen
Any idea how to avoid having the content scroll on top of the border color? I'm using this for Custom HTML:
<div class="border"></div>
And this in Custom CSS:
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}.border {
position: fixed;
top: 0;
left: 0;
border: 12px solid #000;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
}Thanks!
-
Right page border missing / right edge overflowingHi Marius, thanks for getting back to me! My website is at www.brianagarelli.com
Thanks,
-
Right page border missing / right edge overflowingHi there,
I've added a page border using CSS to my site. However, the right edge is not showing? After looking a bit closer, it seems like the right side of my site is not flowing properly to the edges of my screen (there's a bit more space on the left than there is on the right). Here's a screenshot for reference.
https://www.dropbox.com/s/14dgq5uljhocu4p/Screenshot 2019-02-13 12.04.30.png?dl=0
Thanks!