Few problems

GK User
Wed Oct 01, 2014 10:54 am
Hi,
I have some problems with my site.
http://www.brasseriewestenwind.nl/sites/2014/
Nr 1: On the main page my button fot viewing the menu (klik hier voor ons complete menu) is not centered. How can I change this? There is also a white part between my Menu and Location. See image 1.

Nr2: When you go to the Menu http://www.brasseriewestenwind.nl/sites/2014/index.php/menuthere is a dotted line. How can I remove this line? See image 2

Nr3: In the Reservering part http://www.brasseriewestenwind.nl/sites/2014/index.php/reservation How can I change the height of the background image. I want it to be smaller so there is not so much space between the form. See image 3

Nr4: How can I change the size of the icon in the location part? http://www.brasseriewestenwind.nl/sites/2014/#contact


Thank you for your help!
User avatar
Fresh Boarder

GK User
Wed Oct 01, 2014 11:19 am
1.
Please edit: /templates/gk_steakhouse/css/override.css and add at its end:
Code: Select all
#gkBottom2 #menu a.button {
    margin: 0 auto;   
    float: none;
    width: 371px;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Oct 01, 2014 3:08 pm
2.
Please add this css to override.css:
Code: Select all
.gk-menu-container dd:after {border: none;}
User avatar
Moderator

GK User
Wed Oct 01, 2014 3:09 pm
3.
This code should reduce elements height:
Code: Select all
.one-page-layout .bigtitle.has-bg {
height: 120px;
}
User avatar
Moderator

GK User
Wed Oct 01, 2014 3:10 pm
4. Which icon - could please mark it on a screenshot?
User avatar
Moderator

GK User
Wed Oct 01, 2014 3:28 pm
Cyberek wrote:4. Which icon - could please mark it on a screenshot?


It's the one before 'Vind ons'
User avatar
Fresh Boarder

GK User
Wed Oct 01, 2014 5:32 pm
To increase map point icon, use this code:
Code: Select all
a.gk-locate em {
    font-size: 34px;
}

Modify 34px value to your liking.
User avatar
Moderator

GK User
Wed Oct 01, 2014 6:28 pm
Cyberek, you helped me very very much! Very grateful.

My last question I have is about the font on the page http://www.brasseriewestenwind.nl/sites/2014/index.php/evenementen
Is it possible to get the same font in the word Evenementen (Image 5) as in image 6. With the lining before and after the word Steaks and below the other words ?
User avatar
Fresh Boarder

GK User
Sat Oct 04, 2014 11:36 am
Is this also a module? Could you please give it a suffix "bigtitle"?
User avatar
Moderator

GK User
Tue Nov 18, 2014 10:41 am
This is a component (JEvents), tried to use the suffix, but no change.
User avatar
Fresh Boarder

GK User
Tue Nov 18, 2014 4:53 pm
Could you please add the suffix and left it this way?
User avatar
Moderator


cron