Hello!
I'm unsure how/if I can remove this white space between the navbar and the content... Any assistance would be greatly appreciated!
Hello!
I'm unsure how/if I can remove this white space between the navbar and the content... Any assistance would be greatly appreciated!
Hi
You can try the following custom css:
.view-article .t4-main-body {
padding-top: 0;
}
.layout-default-sublayout .detail-page .article-aside {
margin-top: 0;
margin-bottom: 0;
}
and adjust the value to suit your needs.
You're a genius as always saguaros! It works perfectly!
Thank you very much!
My pleasure