Main - Bottom Layout issue

GK User
Thu Jul 02, 2015 8:44 pm
Hello,

I added the below code to reduce the spaces between the main and bottom content
(url: https://eggersmannusa.com/test2/catalogs).

/* Reducing the space between bottom main content and bottom content (CATALOGS) */
/*
#gk-mainbody {
padding: 10px 0 0 0;
}
*/

The code works, but it creates an issue: The bottom elements of the k2 grid layout are cut off at the bottom of the page, so the images are not full showed. At this moment the code is off, so the k2 grid layout is working correctly (portfolio option https://eggersmannusa.com/test2/portfolio).

Is there another way to sort my main layout issue without affect the rest of the content?

Thanks!
User avatar
Senior Boarder

GK User
Fri Jul 03, 2015 10:24 am
Could you please a link to exact place where this issue occurs (when the code is on)?
User avatar
Moderator

GK User
Sat Jul 04, 2015 12:05 am
Sure,

Please look the image atached,

Right now the code is disabled, so it works fine. https://eggersmannusa.com/test2/portfolio

Thanks!
User avatar
Senior Boarder

GK User
Mon Jul 06, 2015 11:30 am
And where should I go (url) to see the issue with k2 grid?
User avatar
Moderator

GK User
Mon Jul 06, 2015 2:50 pm
I just enable the code to show you the issue: https://eggersmannusa.com/test2/portfolio

By the way, the code is inside the override.css file, thanks!
User avatar
Senior Boarder

GK User
Mon Jul 06, 2015 4:42 pm
I can enable the code on my side, no need to present it to others. But even with the code on - homepage looks fine - I need page where actual problem occurs.
User avatar
Moderator

GK User
Mon Jul 06, 2015 6:49 pm
It's so weird, now the "portfolio" page looks ok in desktop with the code on... I don't know why this is working :?:

However, browsing the page on smartphone, the last category image is not fully showed (image attached)

Thanks for your help!
User avatar
Senior Boarder

GK User
Mon Jul 06, 2015 6:52 pm
They area also cut out on desktop... Please modify your code:
Code: Select all
#gk-mainbody {
  padding: 10px 0 80px 0;
}

Above one should work better.
User avatar
Moderator

GK User
Tue Jul 07, 2015 5:55 pm
Totally!

Thanks a lot!
User avatar
Senior Boarder

GK User
Sat Jul 11, 2015 6:39 am
If you have any additional questions regarding this topic, please let me know.
User avatar
Moderator


cron