Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #168375
    reneecarlson94
    Participant

    Hello,

    Could you please help with the following.
    I have a child theme and here is my url https://backpackfullofmaps.com/

    1. I would like to remove the white gaps between some sections. eg before “latest from the blog” and “watch . our adventures” section?

    2. I have downloaded a plugin to create the sticker header however is very large when scrolling. How can i shrink the menu when scrolling so it does not take up half the page?

    Thank you in advance 🙂

    #168388
    sapana
    Participant

    @reneecarlson94: Go to=>Appearance=> Customize=> Additional CSS=>Add the following css code
    /* To remove the white spacing*/

    .section-heading-wrapper {
    padding-top: 0px;
    padding-bottom: 20px;
    }

    Can you please enable the sticky header option once so that I can look into that issue and provide you with possible solution.

    Kind Regards,
    Sapana

    #168408
    williammartial50
    Participant

    This is very helpful, i used this and it worked, thanks for posting.
    TechWhoop

    #168420
    reneecarlson94
    Participant

    Thank you very much, that removed the white spaces.

    I have the sticky menu activated on all pages but the home page.

    #168469
    sapana
    Participant

    @reneecarlson94:Go to=> Appearance=> Customize=> Additional CSS=>add the following css code

    @media screen and (min-width:992px) {
    .navigation-classic .main-navigation a {
        padding: 15px 15px;
    }
    }

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    #169432
    reneecarlson94
    Participant

    Hello,

    Is it possible to just have the nav bar “about us, blog, destinations ect” that stick when scrolling and not the logo and blog name?

    #169452
    sapana
    Participant

    @reneecarlson94: It is located in same div so it is quit difficult to make only nav bar sticky. If you want to make the whole header section sticky you can Catch Sticky Menu.Let me know if this helps you out!

    Kind Regards,
    Sapana

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Shrink sticky menu/remove white spaces’ is closed to new replies.