Home 1 widget padding

QuestionsCategory: ThemesHome 1 widget padding
Elizabeth asked 3 years ago

In Hello Boho, the Home 1 image widget is pushed up close against the text in the Home 2 widget.

Can you advise what the padding/margin etc should be and where I can fix it please? I’ve re-installed style.css but that hasn’t helped. Thanks!

Attachments
1 Answers
Support Team Staff answered 3 years ago

What is the URL to preview?

Elizabeth replied 3 years ago

Apologies: https://www.girlsguidetopm.com/

Support Team Staff replied 3 years ago

This part of the code was removed from the style sheet. Either by the CSS optimizer, or if you made any edits to that area. Should be able to add this to your Additional CSS spot in the customizer to see the change.

.home-two .widget:nth-child(2) {
background: #fff;
padding: 5%;
}