Shop Categories

X

Reply To: PERSISTENT PROBLEM INFO FOOT OF PAGE

Home Forums Fury Theme PERSISTENT PROBLEM INFO FOOT OF PAGE Reply To: PERSISTENT PROBLEM INFO FOOT OF PAGE

#26515
Zex
Moderator

Hi,

Thank you for your feedback. I will forward the information to developers.

As for the footer,
Insert the following codes in Customizing-> General-> Additional CSS: if you want to extend columns across the width of the footer

@media (min-width: 992px){
.site-footer .col-lg-3 {
    -ms-flex: 0 0 33%!important;
    flex: 0 0 33%!important;
    max-width: 33%!important;
}
}

Regards