- This topic has 6 replies, 3 voices, and was last updated 4 years, 8 months ago by
sapana.
-
AuthorPosts
-
March 21, 2019 at 3:18 am #168375
reneecarlson94
ParticipantHello,
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 🙂
March 21, 2019 at 4:45 am #168388sapana
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,
SapanaMarch 21, 2019 at 9:26 am #168408williammartial50
ParticipantThis is very helpful, i used this and it worked, thanks for posting.
TechWhoopMarch 21, 2019 at 3:44 pm #168420reneecarlson94
ParticipantThank you very much, that removed the white spaces.
I have the sticky menu activated on all pages but the home page.
March 22, 2019 at 6:35 am #168469sapana
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,
SapanaApril 7, 2019 at 4:33 pm #169432reneecarlson94
ParticipantHello,
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?
April 8, 2019 at 1:12 am #169452sapana
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 -
AuthorPosts
- The topic ‘Shrink sticky menu/remove white spaces’ is closed to new replies.