Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1017919
    lubabalo
    Participant

    Hi X
    how can i kill the horizontal space between the logo and the menu n church.

    #1017964
    Lely
    Moderator

    Hi There,

    Please add the following on Appearance > Customize > Custom > Edit Global CSS:

    .x-btn-navbar {
        margin-top: 5px; /* Adjust accordingly */
    }

    Hope this helps.

    #1018981
    lubabalo
    Participant
    This reply has been marked as private.
    #1019336
    Nico
    Moderator

    Hi There,

    I could not see futher your site because it is underconstruction mode however you could try the suggestion below.

    Add class to the span so that you could customize the texts.

    <span class="top_text"style=”float: left;”>Log In |Register|Log Out</span>

    Then add this in your customizer custom CSS:

    .top_text{
    font-size:20px
    color:#FFF;
    }
    
    .top_text:hover{
    color#000;//color when hovering
    }

    Or directly add the style in the span for example

    <span style=”float: left;font-size:21px”>Log In |Register|Log Out</span>

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1050599
    lubabalo
    Participant
    This reply has been marked as private.
    #1050644
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    @media (max-width:480px){
      .x-topbar .x-subscribe-form {
        display: none;
      }
      .x-topbar .x-social-global {
        display: none;
      }
    }
    

    Hope that helps.

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