Home Forums Basel support forum Footer Layout Modification

Footer Layout Modification

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8765

    im2shae
    Participant

    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

    #8769

    Artem Temos
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)