September 22, 2015 at 12:20 pm
#28596
Theme Horse Support Team
Keymaster
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!