Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1252819
map to footer gap
Closed

Comments

  • widhi muttaqien started the conversation

    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

  • widhi muttaqien replied

    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;
    }