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.

6 days later

You're a genius as always saguaros! It works perfectly!

Thank you very much!

Write a Reply...
You need to Login to view replies.