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

    I am trying to use just one widget area in my footer but I am having 2 issues:
    1- How do I center everything in the footer?
    2- The icons are overlapping each other. I just want them to look like my mockup

    Mockup. – https://ibb.co/Twcv09F
    My site – http://alexandere24.sg-host.com/

    Thanks

    #1326615

    Hi navindesigns,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    #footer {
        text-align: center;
    }
    
    #footer .social_bookmarks {
        height: auto;
        font-size: 32px;
    }
    
    #footer .social_bookmarks li {
        display: inline-block;
        float: none;
        border: none;
        margin: 0 6px;
    }
    
    #footer p img {
        float: none;
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }

    Best regards,
    Nikko

    #1326864

    that works perfect

    thanks

    #1327087

    Hi,
    Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center Footer and fix icon alignment’ is closed to new replies.