Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #982392
    vojtechzikmund
    Participant

    Hello there,

    I have been 100% satified with my blog for past months, but today a glitch occurred in the top bar section. The email adress should be centre aligned with the menu link and facebook/instagram icon, but it’s glitched out to the top.

    Any idea how to solve this?

    #982395
    vojtechzikmund
    Participant
    This reply has been marked as private.
    #982521
    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems you are using the below code for this :

    .custom-contact {
      color: #cccccc;
      font-family: lato;
      font-size: 9px;
      letter-spacing: 2px;
      padding-left: 12px;
      position: relative;
      text-transform: uppercase;
      top: -3px;
    }

    Let’s update this to following :

    .custom-contact {
      color: #cccccc;
      font-family: lato;
      font-size: 9px;
      letter-spacing: 2px;
      padding-left: 12px;
      position: relative;
      text-transform: uppercase;
      top: 11px;
    }

    Hope this helps.

    Cheers!

    #983878
    vojtechzikmund
    Participant

    Thanks!

    That solved it! <3

    #984081
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-982392 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>