Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #85150
    Anton
    Participant

    Hi!
    How to decrease space between footer and red pointer?

    http://www.xn--80aaomcqcorfemf5k.kiev.ua/

    thank you

    #85185
    Mahesh
    Keymaster

    Hi @katonov,

    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    #content .wrapper {
        padding-bottom: 0;
    }
    .page.hentry {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    This will reduce the space you’ve mentioned to some extent, however, still some space left is because of the visual-composer plugin you are using, which if decreased will create issues in other sections.

    Regards,
    Mahesh

    #85203
    Anton
    Participant

    Hi @Mahesh, thank you for help! Have a good day!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘to change an area above footer’ is closed to new replies.