Home Forums Basel support forum Footer Columns – Mobile

Footer Columns – Mobile

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

    qmgroup
    Participant

    Currently, on mobile, the footer widgets are displayed as one vertical column. How can we increase this to two columns for only mobile devices?

    #10836

    Artem Temos
    Keymaster

    Hi,

    Here is a code snippet that you may place to the Custom CSS for mobile devices only

    .footer-container .footer-column {
        width: 50%;
        float: left;
    }

    Regards

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