• ethangreen

    (@ethangreen)


    Hi

    I have two problems with the social icons block in my sidebar.

    1. The final icon always drops down a bit and doesn’t stay aligned with the others.

    2. No matter which size I choose, it always renders small size.

    Any help would be much appreciated!

    Thanks
    Ethan

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @ethangreen

    Please add the following CSS in that your CSS file.

    #secondary li {
        margin-bottom: 0;
    }

    Thanks

    Thread Starter ethangreen

    (@ethangreen)

    Thank you for this! Will that affect other lists or just this?
    And do you know why they are only rendering in small size and not larger when selected?

    Hi @ethangreen

    1st question: Please replace the below CSS with the current CSS

    #secondary .sidebar-main li {
        margin-bottom: 0;
    } 

    2nd question: The issue is also there in the larger size but due to the size the effect is not visible as compared to smaller icons.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘social icons block’ is closed to new replies.