badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Top and right Paddding in main Slide Window

#71823

Hi Jbedel,

To reduce the space between the top of the slide show window and the navigation menu just use below custom CSS code:

.top-navigation a {
    padding-top: 10px;
    height: 34px;
}
#main, .entry-main {
    padding: 0;
}
.entry-header {
    padding-bottom: 0;
}

Thank you!