tobywan May 12, 2016 · 3:09 pm #3473
I need to reduce the amount of space under the menu bar at quadpackaging.com and not sure how to do that. Ideas?
I need to reduce the amount of space under the menu bar at quadpackaging.com and not sure how to do that. Ideas?
Hi tobywan
Thanks for reaching out and for your support.
Please, go to Plugins > Add New and search for Simple Custom CSS. Install, activate and go to Appearance > Custom CSS, insert the following:
/* Home */
.home.siteorigin-panels-home .site-content {
padding-top: 0;
}Let me know how that goes.