Comments 1Belle Goodrich started the conversationMay 24, 2023 at 7:07pmHi all! So, for reference, I am not a tech person, so please bare with me. I was put on to help fix a website, one of the biggest issues is a massive white blank space under the menu. Does anyone know how to fix this? Thanks so much! 1,877Judith repliedMay 24, 2023 at 7:25pmHi Belle,Thanks for choosing Salient.Please head to Salient > General Settings > CSS/Script Related then paste this code then save. It should help get rid of the spacing. @media only screen and (max-width: 1899px) and (min-width: 1000px){div#thesetting { margin-top: 3em !important; padding-top: 0px !IMPORTANT;} } div#header-outer header#top ul.sf-menu.sf-js-enabled.sf-arrows li a::before { height: 44px;}Thanks,. Sign in to reply ...
Hi all! So, for reference, I am not a tech person, so please bare with me. I was put on to help fix a website, one of the biggest issues is a massive white blank space under the menu. Does anyone know how to fix this? Thanks so much!
Hi Belle,
Thanks for choosing Salient.
Please head to Salient > General Settings > CSS/Script Related then paste this code then save. It should help get rid of the spacing.
Thanks,.