Add this into Theme options->Custom CSS. It worked for me. Change Padding-top and bottom according to your need.
#site-logo
{
float: left;
margin-top: 0px;
}
.hgroup-wrap
{
padding-top: 10px;
padding-bottom: 10px;
}
Add this into Theme options->Custom CSS. It worked for me. Change Padding-top and bottom according to your need.
#site-logo
{
float: left;
margin-top: 0px;
}
.hgroup-wrap
{
padding-top: 10px;
padding-bottom: 10px;
}
Thanks Nikeo, it worked like charm..
Thanks for the help. I could add content below the slider however the content i added isn’t responsive. Its not being wrapped when the window size changes as compared to other content on page.
Please help.