My off canvas menu is set to slide out from right on all displays, even mobile. I two items set on the Off Canvas widget area: first an image, then the Top Navigation. There is a 100px padding above the image (register now button image). How can I remove that top padding above the image at the top of the slide out from right menu?
I thought this would do the trick in the custom CSS, but it didn't work:
My off canvas menu is set to slide out from right on all displays, even mobile. I two items set on the Off Canvas widget area: first an image, then the Top Navigation. There is a 100px padding above the image (register now button image). How can I remove that top padding above the image at the top of the slide out from right menu?
I thought this would do the trick in the custom CSS, but it didn't work:
.admin-bar #slide-out-widget-area.slide-out-from-right-hover {
padding-top: 100px;
}
Hi There,
Thank you for writing to us,
Please enter this css in custom css code under Salient > General Settings > CSS/Script Related:
Kind Regards.
That worked! Thank you so much.