Hi,
I am wondering if someone could help me by helping me get rid of the white space between the black section and the green section and also making the footer the same size as the black section.
My theme is the Empire theme.
Additional info: I will also be rounding the bottom corners on the green footer to 8px
the black section is apart of the main body and not the footer section.
Hello @Kreeveyates
Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.
@Kreeveyates
Please add the following CSS code to your assets/theme.css bottom of the file.
@media screen and (min-width: 1024px) {
.site-footer-wrapper {margin-top: 0rem !important; padding-top: 0rem !important; padding-bottom: 0rem !important;}
.site-footer-item--information {margin-top: 0rem !important;}
.site-footer-item {background: rgb(0,89,0) !important;}
}
Thanks!