Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1211692
    jamcampos
    Participant

    Hey, I’m working on new page and I added a button to the top bar via the customizer using this code:
    +52 612 1226057

    Nevertheless a white line above the content of the whole page appears. Is there any way to remove that white space?

    #1211694
    jamcampos
    Participant
    This reply has been marked as private.
    #1211826
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .x-topbar .menusuperior {
        margin-top: 0;
    }

    Hope it helps πŸ™‚

    #1211833
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Please add at Appereance > Customizer > Custom > CSS

    .x-topbar {
    
         border-bottom: none
    }

    http://prntscr.com/cslwfa

    Hope this helps, let us know how this goes!

    #1211839
    Joao
    Moderator

    Hi There

    Seems like you have a CSS

    .menusuperior, .body {
        margin-top: 13px;

    remove .body from the code.

    Hope it helps,

    Joao

    #1211873
    jamcampos
    Participant

    Great. Thank you. It removed the space, but now the button has no padding on top. I tried adding padding-top:5px; with no luck. I also tried with margin-top. Do you know what code I’d need to add?

    Thank you!

    #1211900
    Joao
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    Joao

    #1211911
    jamcampos
    Participant

    I removed the body tag, but still no luck with adding some space around the button withinhthe top bar. I can add some space, but it becomes a white line again. Perhaps making the button smaller?. I’d appreciate any help you could provide.

    #1212031
    Joao
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    Joao

    #1212049
    jamcampos
    Participant
    This reply has been marked as private.
    #1212503
    Rupok
    Member

    Hi there,

    Thanks for writing back. It seems you have added the below code on your Child Theme :

    .x-slider-container.below {
      margin-top: -150px;
    }

    Let’s update this to :

    .x-slider-container.below {
      margin-top: -160px;
    }

    Then add this as well :

    .menusuperior .x-btn {
      margin-top: 10px;
    }

    Hope this helps.

    #1213158
    jamcampos
    Participant

    It works great! Thank you very much for all your help.

    Cheers,

    Jaime

    #1213480
    Joao
    Moderator

    Glad to hear it,

    Joao

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