The site I am creating using your theme (which is great btw) needs a logo that should be against the top of the page. I can't figure out how to get rid of the padding that is in between the logo and the top of the page.
Is it possible to get rid of the gap (specified in the screenshot?)
It should be possible to remove the gap at the top with some CSS but we would need to see issue i.e. could we get a direct link to one of this pages with the gap and we will where it is added and try to remove it.
Actually - now there's another problem. It appears the white bar that was previously at the top of the page, is now at the bottom. Is it possible to fix this?
Hello,
The site I am creating using your theme (which is great btw) needs a logo that should be against the top of the page. I can't figure out how to get rid of the padding that is in between the logo and the top of the page.
Is it possible to get rid of the gap (specified in the screenshot?)
Thanks in advance!
Hi there,
It should be possible to remove the gap at the top with some CSS but we would need to see issue i.e. could we get a direct link to one of this pages with the gap and we will where it is added and try to remove it.
Thanks.
Hi there,
Thank you for giving us access to your site.
Please go to Salient > General Settings > CSS Script Related and enter the following code in the "Custom CSS Code" section:
body[data-hhun="1"]:not(.no-scroll) #header-outer[data-permanent-transparent="false"]:not(.detached):not(.parallax-contained):not(.at-top-before-box){
padding-top:0px!important;
}
div#nectar_fullscreen_rows{
top: -28px!important;
}
Please feel free to contact us if you have any further questions.
Best Regards.
Amazing! Thank you so much, Andrew.
Actually - now there's another problem. It appears the white bar that was previously at the top of the page, is now at the bottom. Is it possible to fix this?
Hi there,
Thanks for reaching back out to us.
Can you please give us a temporary admin access to your site? We'll be in a better place to spot anything suspicious from here.
You can add new users by going to Users > Add New set the user and password for us, set the role to admin and send the info here. You can navigate here for more details; https://make.wordpress.org/support/user-manual/customizing-wordpress/managing-users-on-your-wordpress-site/adding-users-to-your-wordpress-site/
Hope to hear from you soon!
Best Regards.
Hi there,
Thank you for giving us access to your site.
Remove the following code that I had previously given and it should work fine:
div#nectar_fullscreen_rows{
top: -28px!important;
}
My apologies for any inconvenience caused. I hope this helps.
Please feel free to contact us if you have any further questions.
Best Regards.
Thank you very much Andrew. This worked!