Footer Layout Modification
-
Hi,
Is there a way to have the footer with 2 rows and the second row with 3 or 2 columns instead of 4?
Also, how to add My Account to the top menu on the right side. The “Free US shipping over $40” i would like to be centered. Is that possible?
Thanks
Hello,
Thank you for contacting our support.
1. Add this code to the Custom CSS for desktop only
.footer-column-5 {
display:none;
}
.footer-column.col-md-3 {
width:33%;
}
2. Here is a code to center a text in the Top Bar
.top-bar-left {
text-align:center;
}
Regards