Home › Forums › WoodMart support forum › Woodmart, Elementor content full width issue › Reply To: Woodmart, Elementor content full width issue
September 21, 2023 at 3:21 pm
#498067
aris.floros
Participant
I have fixed the issue by adding the following css
.website-wrapper .container,
.website-wrapper .container-fluid {
padding-left: 0px!important;
padding-right: 0px!important;
}