How to get rid of the white space?

vidhya_mouli
Giga Sage

Employee-Center-Homepage-Employee-Center (3).png

 

How do I get rid of this white space in Employee Center?

1 ACCEPTED SOLUTION

RforNewbie
Tera Guru

Hello @vidhya_mouli 

You should have the border-color active and white, to deactivate click with the left side of the mouse and inspect.

The code should look something like this:
background-color: #333579;
border-bottom: .2rem solid #ffffff;
height: 5.1rem;
display: flex;
color: #DADDE2;

 

Just delete border-bottom.

I hope it helped, if it worked mark it as a solution

Best Regards,

View solution in original post

5 REPLIES 5

You can simply copy the CSS code and paste it into the widget (Suggestion below)

 

.v045301ddeb503010ed7966d647522844 .employee-center-navigation .main-menu {
background-color: #333579;
height: 5.1rem;
display: flex;
color: #DADDE2;
}