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: Logo and menu alignment

#47616

Hi Rawbean,

To reduce the white space between the logo and the menu and page title bar go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

#access a {
    padding-top: 10px;
    height: 30px;
}
.page-title-wrap {
    padding: 10px 0;
}

And to add the link a map from the address it needs code customization you need to hire a developer as this is a new feature to add in the theme.

Thank you!