Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1205457
    aulaxativa
    Participant

    Hi, i’ve readed some post about this problem on the forum, but no solution for mine.

    I need to remove or reduce space between the blue line on header and the first text on the content in home page.

    Please, can you tell what to do for that?

    My webpage is: http://www.aulaxativa.com

    Thanks in advance

    #1205501
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Please add this CSS at Appereance > Customizer > Custom > CSS

    .entry-wrap 
    {
      padding: 00px; 
    }

    Hope that helps!

    #1205703
    aulaxativa
    Participant

    Hi, and thanks for reply.

    Added custom css, but still having some space between blue line separator in header and content.

    Is not possible to reduce more this space?

    Thanks in advance

    #1205869
    Rahul
    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.

    #1206344
    aulaxativa
    Participant
    This reply has been marked as private.
    #1206362
    Nico
    Moderator

    Hi There,

    To remove the blue line separator.

    .x-slider-container.below{
    border:none
    }

    Then to reduce the space:

    Check this code in your custom CSS:

    body .x-container.offset {
        margin: 10 auto;
    }

    It does not have px.

    Adjust the margin above to adjust the spacing or your content to your header.

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1206393
    aulaxativa
    Participant

    It works perfect!!!

    Thanks so much!!!

    #1206396
    Paul R
    Moderator

    You’re welcome! πŸ™‚

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