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

    Hello Support,

    http://lw.bypundyk.com/

    How can I make the footer work as the following.

    Copyright information on the left

    Links “About Liis / Blog / press /contact” in the middle

    PUNDYK Logo on the right.

    Hope to hear from you soon.

    Thanks,
    MP

    #370452

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (min-width: 767px) {
        .footer-link {
            position: absolute;
            left: 0;
            right: 0;
            text-align: center;
        }
    }

    Cheers! 
    Josue

    #370455

    Awesome thanks for your help.

    MP

    #370462

    You are welcome, glad to help :)

    Regards,
    Josue

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