pooleroid

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Stick the footer to bottom of the page #632
    pooleroid
    Participant

    After a long session i finally did it!
    I’ll leave the solution here for future me.
    Add in custom css (apparence-customize) this:

    .site-footer {
    position: fixed;
    bottom: 0px;
    margin: 0px;
    padding: 10px;
    height: 40px;
    width: 100%; 
    z-index: 9000;

    Then change the height as you need.

    in reply to: Change position of the navigation bar #624
    pooleroid
    Participant

    Thank you one thousand times han, and congratulation again on your work.

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