Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #80828
    Marko
    Member

    Hello guys!
    How can i add bottom margin for footer. In my page you will see google map in footer, how to add same margin for bottom, as it is on the top?

    Also how can i desible promotion headline only on this page?
    Thanks for quick response

    My page

    #80841
    Pratik
    Keymaster

    Hi @Marko,

    1. Add bottom margin for footer
    Please add following code in “Dashboard=> Appearance=> Theme Options=> Custom CSS” box:

    
    #footer-sidebar {
         padding-bottom: 30px;
    }
    

    2. To hide promotion headline only on this page, add following code in same place:

    
    .page-id-28 #homepage-message {
         display: none;
    }
    

    Let me know if this worked for you.
    Thanks.

    #80902
    Marko
    Member

    Works great, thanks Pratik

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to add footer bottom margin’ is closed to new replies.