contour around the widget

hi,

is it possible to make widgets in boxes?

thx, carina

Hi Carina,

I hope you are well today and thank you for your question.

Do you want to display widgets in boxes by displaying border around the widgets?

If yes then we can achieve this by developing custom CSS code.

Please advise so that i can provide you the CSS code.

Kind Regards,
Movin

Do you want to display widgets in boxes by displaying border around the widgets?

yes please

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#secondary .widget {
    border: 1px solid #DCD2D2;
    padding: 5px;
}

Thank you Movin - it work’s perfectly

You are most welcome here :slight_smile: