Size of margins

Support desk for Villa Belluci Joomla Hotel Template
GK User
Thu Jan 26, 2017 5:52 pm
Hello to every one,
I have been install joomla template villa belluci but i can't find how to change the margins from "main menu" to "logo" and from "language plugin" to the top. What i mean? Please feel free to check my image.

Image

Thanks in advance!
User avatar
Senior Boarder

teitbite
Mon Jan 30, 2017 5:19 pm
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkHeader {
    min-height: 230px;
    padding: 0 0 25px;
}

#gkHeaderNav {
    padding: 10px 0 0;
}


mostly operating on min-height value in above code.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.