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: How to float menu on the right side

#28596

Hi Edinahofer,

To make the logo close with the image slider on the left side and so also the menu and also to remove the white space Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

.hgroup-wrap .container {
    max-width: 98%;
}
.search-toggle {
    margin-top: 29px;
}
#search-box {
    top: 70px;
}
#access a {
    height: 41px;
    padding: 19px 0 0;
}
#site-logo {
    margin-top: 4px;
}
.search-toggle {
    margin-top: 19px;
}
#access ul li ul {
    top: 60px;
}

Thank you!