Hello,
I use the Customify theme . When I click on the home page of Builder Beaver it is not full width. It seams that the main has a padding to it and I can’t get rid of it.
I am building my site locally so I cannot send you the link.
Hello,
I use the Customify theme . When I click on the home page of Builder Beaver it is not full width. It seams that the main has a padding to it and I can’t get rid of it.
I am building my site locally so I cannot send you the link.
Hi @Megan
If you add the CSS below this should resolve the issue.
.fl-builder .site-content .customify-container {
padding-left: 0;
padding-right: 0;
}
.fl-builder .site-content #main.content-area {
padding-top: 0;
}