In your demo page, home-1 page has a map that is touching the footer. Which looks nice. I'm trying to recreate that kind of map by looking at the visual composer layout from that page. But somehow always create a gap. Try setting the padding and margin of the row to zero, with no result, did I miss something? Please advice.
Hi, codex-themes team,
In your demo page, home-1 page has a map that is touching the footer. Which looks nice. I'm trying to recreate that kind of map by looking at the visual composer layout from that page. But somehow always create a gap. Try setting the padding and margin of the row to zero, with no result, did I miss something? Please advice.
regards,
Widhi Muttaqien
Never mind. I just found out what makes it has no bottom padding. Its the custom page css:
.block-content:last-child
{
padding-bottom: 0 !important;
}