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!