Remove blank space on the reservation menu

GK User
Tue Jul 12, 2016 9:07 pm
Hello, I deleted the image of the reservations menu but is much space between the form and the top menu. (See image) Please help to reduce it.
Thank you.

Image

URL: http://demo.sitesbro.com/websites/vacaloca/reservas
User avatar
Junior Boarder

GK User
Wed Jul 13, 2016 8:44 pm
Hi,

Please assign to the menu item ID which is used for this page some custom CSS class name under the template settings (Features -> Suffixes for pages) - and then please add the following Custom CSS code (you can add it under the template advanced settings):

Code: Select all
.your-custom-class #gkPageContent {
    padding: 0;
}
User avatar
Moderator

GK User
Thu Jul 14, 2016 4:33 pm
Hello, I followed the instructions but does not work.

Attached screenshots

Image
Image

Thanks
User avatar
Junior Boarder

GK User
Fri Jul 15, 2016 9:08 am
You should rather use:

Code: Select all
.reservas #gkPageContent {
    padding: 0;
}
User avatar
Moderator

GK User
Fri Jul 15, 2016 5:24 pm
Thanks friend.
User avatar
Junior Boarder


cron