November 15, 2015 at 8:17 am
#39606
Theme Horse Support Team
Keymaster
Hi edmiller1993,
To put the navigation along side the header image Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
@media only screen and (min-width: 1024px) {
.hgroup-wrap {
float: left;
}
#access {
float: right;
margin-top: 60px;
}
.slogan,
.featured-slider {
clear: both;
}
}
Thank you!