• Resolved Aaero

    (@aaero)


    First of all, want to say I love the theme. Very cool looking and functions well. Just one question: I love the location of the social icons on the home page, but would either like to delete the social icons off the other pages or stack them vertically, so they don’t take up so much room.

    Here’s the site for my client (still under construction):

    https://cristian-guerrero.com/

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Aaero

    (@aaero)

    Just to clarify: I only want to delete / vertically stack the icons on pages that are not the home page. Want to keep the icons looking the same on the home page.

    Add the following code to custom css-

    #social-icons:not(.home) span {
    display: block !important;
    margin: auto !important;
    }

    It should do the job…

    Thread Starter Aaero

    (@aaero)

    Thank you!

    Hi,
    Sorry for revisiting this but the social icons appear to have disappeared from my page since the last upgrade. Is there anything new I need to code in order to include them again?

    Regards,
    Stephen

    Sorry this isn’t an issue – it was an error on my part so disregard query above.

    Thanks,

    Stephen

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Deleting / Stacking Social Icons’ is closed to new replies.