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: Move Navigation

#39606

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!