Home Forums Basel support forum Footer for mobile

Footer for mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #46307

    sanchitis
    Participant

    Hi,

    Can I personalized the footer in mobile version? For example, I want to eliminate logo and put newsletter in top (attached photo)

    Thanksss
    Regards

    Attachments:
    You must be logged in to view attached files.
    #46429

    Hello,

    Unfortunately, there is no option to move blocks in the footer. However the logo can be eliminated by adding this code to custom CSS area (Custom CSS for mobile) in the Theme Settings:

    .footer-column-1 {
       display: none;
    }

    Kind Regards

    #46550

    sanchitis
    Participant

    Thnkss

    So, if I want to eliminate the footer 4 a have to put:
    .footer-column-4 {
    display: none;
    }

    #46562

    Yes, sure, this would hide the forth footer column.

    Best Regards,

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