Archived topic
Line between content and sidebar
18 replies · Started by steven on December 1, 2021
Viewing posts 16–19 of 19
Thanks you
Hi Steven,
I added a line to David's CSS, give it a try:
@media(min-width: 769px) {
.content-area:after {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
width: 2px;
height: 300px;
background-color: #f00;
}
.content-area {
position:relative;
}
}
Thank you a lot David and Ying, it's working.
No problem :)
This archived topic is closed to new replies.