Tagged: 

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

    HI there,

    How can I have footer only with 3 column in 50% 25% 25% ratio.

    Thanks

    G

    #118757

    Hi,

    Set Theme Options > Footer to 3 columns. Then add this on your custom.css exactly as it is.

    #footer .container .av_one_third {
    margin-left: 3%;
    width: 24% !important;
    }

    #footer .container .av_one_third.first {
    width: 44% !important;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘footer with 3 column’ is closed to new replies.