Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #901728

    Hi

    The bottom footer on my website is not adjusting on a ipad. It stays in 4 colums. I thought the theme was fully responsive?

    Link: sikkertbilsalg.dk

    Thanks :)

    #901827

    Hey sikkertbilsalg,

    Yes, it’s fully responsive however it can’t accommodate every need of the client, that’s why we are here to help adjust if tweaks are needed :) Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (min-width:768px) and (max-width:1024px) {
      #footer .av_one_fourth {
        width: 50%;
        margin-left: 0;
        padding-right: 5%;
      }
    
      #footer .av_one_fourth:nth-child(2n) {
        padding-right: 0;
        padding-left: 5%;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #902261

    I see :) Well the code works perfectly! thanks a lot :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer not responsive on tablet’ is closed to new replies.