Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #709724

    Hello,
    I use a gray background for my footer with 5 columns. When I browse with my mobile, columns transform line.

    The problem is that the gray background is displayed as the first line …

    #709750

    Hey Webdesign,

    Can you post a link to your site? you can post it in the “private content” section when you reply so only moderations can see it.

    Best regards,
    Nikko

    #709753

    here is the link

    #709785

    Hi,

    Try adding this code to your Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      div#footer {
        height: auto;
      }
    
      .responsive #footer .av_one_fifth.flex_column {
        float: none;
      }
    }

    Let us know if it helps :)

    Best regards,
    Nikko

    #709788

    Thank you, it works !

    #709794

    Hi,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Nikko

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