Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #994798
    lyrical
    Participant

    I have set it of off, set it to on – no difference – I’m also getting a bar running in between the header and the first content block. I have breadcrumbs turned off. Using Integrity and the Band theme.

    Ideally I would like it all to be transparent – site is in progress at http://newberryconsort.org/newwebsite

    Many thanks!!

    #994948
    Rupok
    Member

    Hi there,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #995729
    lyrical
    Participant

    If I set the top margin to 0px on the first section, it gives me an overlap for large monitors, but is perfectly fine in mobiles. I don’t want the overlap. I found that a top margin of 42px works for the desktops, but then creates a separation in mobiles. See screenshots

    #995866
    Rupok
    Member

    Hi there,

    Thanks for clarifying and that makes sense.
    You can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 979px) {
    #introduction.x-section {
      margin-top: 0!important;
    }
    }

    Hope this helps.

    Cheers!

    #995930
    lyrical
    Participant

    perfection – thank you!!

    #995994
    Joao
    Moderator

    You are welcome.

    Let us know if we can help you with anything else.

    Joao

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