Tagged: 

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

    Hello –
    My client really wants the footer on mobile to display 2 columns of content so initially, a 4 column footer would be displayed in 2 columns and all visible on one screen (mobile) without having to scroll down each column individually like it currently does? Any ideas?

    Here is our site – https://ufcw5.org/
    Here is the footer we want it to have it look like – https://www.ufcw.org/

    Please see the difference on mobile :)

    Thanks
    Brian

    #1348441

    Hi schwabino,

    Please add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all #footer .av_one_fourth {
        width: 50%;
        padding: 0 8px;
      }
    }

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.