Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1046087

    Hi team,

    In my footer, I have social icons in a widget area and for some reason, the Instagram icon sits higher than the others and I’ve got no idea why. It worked perfectly last week.

    Please help :)

    Lara

    #1046159

    Hey Lara,

    It looks like you have several line breaks in the markup which is causing that, could you try to remove them to see if that helps?

    Best regards,
    Rikard

    #1046167

    Hey Rikard,

    I had to do that to space them out evenly under a sliding logo element I have.

    I removed some of them but it still appears higher than the others.

    Lara

    #1047045

    Hi again,

    I’ve removed the icons and started again. The instagram icon moves up when I insert the link to it. My other icons do not do this.

    #1047593

    Hi,

    Is the site down? It’s not loading properly on my end.

    Best regards,
    Ismael

    #1050706

    Hi there,

    the site is up and running.

    #1050914

    Hi,

    You have to edit the html and remove this inline style:

     display: inline-block;
    

    Best regards,
    Ismael

    #1051078

    Sorry, I’m not sure what you mean.

    #1051726

    Hi Lara,

    I have made it into an unordered list since just using spaces sometimes causes odd design issues.
    Then I added this css code in Quick CSS:

    #top .widget #footer-social {
        display: flex;
    }

    Let us know if you need further assistance.

    Best regards,
    Nikko

    #1052127

    Hi Nikko,

    thanks for that. Looks great on PC.

    On mobile and tablet view, there are some dots on the icons.

    Thanks,

    Lara

    #1052131

    Hi Nikko,

    Upon closer inspection, those dots are present on PC too. It’s very close to the background colour

    #1052277

    Hi Lara,

    Please replace the code I added in Quick CSS from:

    #top .widget #footer-social {
        display: flex;
    }

    to:

    #top .widget #footer-social {
        display: flex;
        list-style: none;
    }

    Best regards,
    Nikko

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