Gap between Footer and Front Page

  • calvinyoo

    #10172

    Hi,

    Is that possible to make ‘gap-less’ between front page main content with footer area?

    I tried paste css:

    body > div.highlights.static-front-page
    element.style {
    padding-bottom: 0px;
    }

    But not working….

    Could you please help me …. Thanks again …

    P/S: I’m think to remain the ‘footer’ of your theme instead create another row of ‘footer’ and hide the original footer. Another opinion, I found (I’m not sure if I’m doing wrong) the footer in theme option show ‘how many column’, but in Widget area show 1 only footer, and mean only 4 widget can be used. Is that this way this theme footer works?

    Admin

    Syahir Hakim

    #45555

    Try this:

    .highlights.static-front-page {
    padding-bottom: 0
    }

    Quote:
    P/S: I’m think to remain the ‘footer’ of your theme instead create another row of ‘footer’ and hide the original footer. Another opinion, I found (I’m not sure if I’m doing wrong) the footer in theme option show ‘how many column’, but in Widget area show 1 only footer, and mean only 4 widget can be used. Is that this way this theme footer works?

    There is only one widget area for footer, but how widgets are arranged in that widget area depends on how many columns you set. For example, if you set 3 columns and have 6 widgets, those widgets will be stacked 2 in each column.

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.