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 :)
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
I see :) Well the code works perfectly! thanks a lot :)