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: Alignment Issues

#40021

Hi Jmcmillan7,

We apologies for the late reply. We missed your topic.
To add padding in above the top menu Go to Appearance -> Customize OR Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

#site-logo {
    margin-top: 30px;
}
#access a {
    height: 80px;
    padding-top: 60px;
}
#access ul li ul {
    top: 140px;
}
.search-toggle {
    margin-top: 60px;
}

And to have the top info bar Go to Appearance -> Customize OR Theme Options -> Contact / Social Links Contact Info Bar

Thank you!