• Resolved Anchalee

    (@anchalee)


    Hello,

    Please let me give you my details first:
    wordpress version: 3.4.1
    theme: AdStyle, author: Gordon French, (provided on wordpress dashboard)

    Please review my site https://www.buddhabucha.net/

    I would like to remove the space at the bottom of my homepage (between contentBG.png and contentBottom.png image. I would need these 2 images close together, no space.

    Please note that in the single post, there has no this space, please review: https://www.buddhabucha.net/1st-sangiti/

    Please suggest what I need to edit, which code in which file.

    Thanks a lot,
    An

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You already have margin-top -18px on #mainContentBottom
    Increase this to -20px
    E.g
    From

    margin: -18px 0px 5px 10px;

    To

    margin: -20px 0px 5px 10px;

    Are you seeing inappropriate spacing in just one particular browser or all browsers? When I look at your site (but only in Chrome browser), I do not see what inappropriate spacing you could be referring to.

    Thread Starter Anchalee

    (@anchalee)

    Dear anevins,

    Thanks a lot, this solve my problem properly. Thanks for your help ??

    Dear eridout,

    At first it has problem with all browser, but now it was solved. Thanks for your investigation ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Would like to remove blank space at the bottome of homepage’ is closed to new replies.