How to add the bottom border in container

Aswin Chandras1
Tera Contributor

HI,

I need to add the bottom border in container in service portal. How to achieve this?

The split line I have drawn here is where the container is splitting

 

find_real_file.png

Thanks,

Aswin C

2 REPLIES 2

Prins Kumar Gup
Giga Guru

Hi ,

Write the below code in your page CSS part under the class:

.div {
border-bottom: solid;
}

find_real_file.png

and call that class in your container.

find_real_file.png


click the pencil icon of container and see the below ss:
find_real_file.png

Give the class name in CSS class section

Thanks,
PKG

Prins Kumar Gup
Giga Guru