PDA

View Full Version : How do I extend the border line?


Mboora
12-27-2020, 10:00 PM
I would like to extend the orange line to the full width so it reaches the green line, please.

How do I do this?

https://prnt.sc/wb3t1w

tahir436
12-28-2020, 02:23 PM
My suggestion:

Remove the orange line and then apply "border-bottom: 2px solid orange" property to the header.

Eg

.canvas-layout-container .canvas-widget:not(.widget-no-border) .widget-header {
border-bottom: 2px solid orange;
}

Mboora
12-28-2020, 02:49 PM
My suggestion:

Remove the orange line and then apply "border-bottom: 2px solid orange" property to the header.

Eg

.canvas-layout-container .canvas-widget:not(.widget-no-border) .widget-header {
border-bottom: 2px solid orange;
}

Thanks.

All sorted.

tahir436
12-28-2020, 03:02 PM
Edited: OK thats fine, welcome

Mboora
12-28-2020, 03:02 PM
Can you give the link to the forum?

Our posts crossed :)

I fixed it using your code. I forgot a character which threw the CSS code haha.