This topic has 3 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #72444
     Leechadwick23
    Participant

    Hi, I have added live notifications to my top menu (social menu) but the notifications bubble is being clipped. How do I increase the height of the social menu?

    Attachments:
    You must be logged in to view attached files.
    #72470
     Radu
    Moderator

    Hi,

    You can increase the top bar height by adding this snippet to : Wp-admin -> theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    .header-color.social-header {
        height: 45px;
    }
    

    Best regards

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #72538
     Leechadwick23
    Participant

    Thanks,

    That increased the height of the bar but how do I centre the links vertically and increase the height of theseperating lines?

    Lee

    Attachments:
    You must be logged in to view attached files.
    #72587
     Radu
    Moderator

    Hi,

    COPY CODE
    
    .header-color.social-header { height: 45px; }
    .header-color.social-header ul { line-height: 45px; }
    

    Try like this, it this snippet doesn’t satisfy you, use next snippet instead.

    COPY CODE
    
    .top-menu ul li a { padding: 10px 10px; }
    

    Let me know if is ok.

    Best Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?