• Resolved marseem

    (@waseemsannib)


    Hello,
    I’m just wondering whether there any css to shorten the length of the border-bottom for my social media icons.

    The other footer the border-bottom appear exactly as the size of the menu text while the social media the border look longer than the icons.

    Any help will be much appreciated
    Thx in advance

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Pavel Ciorici

    (@ciorici)

    Hello @waseemsannib

    Try reducing the padding to 1: https://d.pr/i/C5drC4

    You can also do it by adding this CSS code in the Customizer > Additional CSS:

    
    .zoom-social-icons-list--round .socicon, .zoom-social-icons-list--round .genericon, .zoom-social-icons-list--round .academicons, .zoom-social-icons-list--round .dashicons, .zoom-social-icons-list--round .fa {
        padding: 0 !important;
    }
    Thread Starter marseem

    (@waseemsannib)

    Thank you it works perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I shorten the length of footer border-bottom’ is closed to new replies.