Remove white space in rich content widget

heathers_
Kilo Sage

How do I remove the white space in the rich content widget? I'd like to reduce the space so the white border is equally minimized around the image and button.

heathers__0-1742390782736.png

 

2 REPLIES 2

Shivalika
Mega Sage
Mega Sage

Hello @heathers_ 

 

You basically need to make these two attributes value as 0 in whatever div or span or class you have defined this rich text editor - 

 

.rich-text-widget {

    padding: 0 !important;

    margin: 0 !important;

}

 

Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket. 

 

Regards,

 

Shivalika 

 

My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194

 

My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwN

eEISQCY

 

}

 

 

Shivalika
Mega Sage
Mega Sage

Hello @heathers_ 

 

Please confirm if you checked my answer. Kindly mark my answer as helpful and accept solution if it helped you in anyway, so that it can move from unsolved bucket to solved bucket. 

 

Regards, 

Shivalika 

 

My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194

 

My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0Wyn

LcOwNeE