November 27, 2015 at 10:06 am
#40021
Theme Horse Support Team
Keymaster
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!