Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • tgiger Friend
    #196479

    How do I change the height of the black footer section?

    I tried to change it with custom CSS without effect:
    .t3-footer .container {
    padding-bottom: 0px;
    padding-top: 0px;
    }
    .t3-copyright .copyright {
    margin-bottom: 0;
    }

    chavan Friend
    #529641

    Try this code

    .t3-footer .container {
    height:300px !important;
    }

    Do you need to increase the height of the footer links or the copyright. The above code increase the complete container of the footer.

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

This topic contains 2 replies, has 2 voices, and was last updated by  chavan 10 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum