Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #755598

    Hi Guys,

    My footer is not showing it all on mobile. I see all colums just for a few mm. How can i fix this?

    #755768

    Hey Angelo,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    #footer div .av_one_fourth {
        margin-left: 0%!important;
        width: 100%!important;
    }}
    

    Best regards,
    Vinay

    #755940

    Thanks it worked! Looks much better tho! it is just all centered in the middle right now, can i change that to left?

    #755952

    Hi!

    When I load the web site, I can see the footer all the columns load at once into one column and not each under the other.
    Have you added any custom code to modify that?

    Cheers!
    Basilis

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