[SOLVED] Text to close to edges in Menu-module in Steakhouse

GK User
Wed Feb 17, 2016 10:58 am
Dear Sirs!
Have implemented "Steakhouse" in our marina and are very happy: http://www.nmar.no.
"Menu" is now "Harbour Fees".
Must have deleted some code since text is close to edges on left and right side.
May You direct what to put where?
Yours sincerely
Larry Layout
User avatar
Fresh Boarder

Joshua M
Mon Feb 22, 2016 2:15 pm
Hello,

You have missing "gkPage" class in your Menu section.

Please change your code
Code: Select all
<div class="custom gk-menu bigtitle">


into:
Code: Select all
<div class="custom gkPage gk-menu bigtitle">
User avatar
Moderator

GK User
Mon Feb 22, 2016 3:17 pm
Thank You very much, but where exactly shall I put this?
User avatar
Fresh Boarder

Joshua M
Tue Feb 23, 2016 9:18 am
Into "Module Class Suffix" from your custom HTML module (Advanced tab).

You can also change your custom html content (it's even a better idea), please change
Code: Select all
<div class="gkCols" data-cols="3">

into:
Code: Select all
<div class="gkCols gkPage" data-cols="3">
User avatar
Moderator


cron