Home Forums WoodMart support forum Text next to copyrights refusing to be centered at "max-width:1024px" Reply To: Text next to copyrights refusing to be centered at "max-width:1024px"

#265436

psybir
Participant

Hi Aizaz,

I already have that CSS snippet inserted into the global CSS area, that did not fix that problem.

This is the CSS I have in the Global Custom CSS:

.woodmart-prefooter {
    padding-bottom: 0px;
    background-color: #FFF;
}

.footer-sidebar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cart-widget-side .widget_shopping_cart .remove {
    top: 15px;
    right: 15px;
}

@media (max-width: 1024px)
.min-footer .col-right {
    text-align: center;
}