• Resolved ChriKn

    (@chrikn)


    Hello and firstly thanks for this really goodlooking theme.
    I am just a beginner with WordPress and Themes but allready tried many things to make this happen.
    Readding what I could find here (but also elsewere) I could get the black bar to be fixed at the bottom, but the one linked to the theme color is just impossible to move.
    I would like to have them both one over the other fixed at the bottom, as some pages of my website will have a very por amount of text.
    Thanks for your help !

Viewing 1 replies (of 1 total)
  • Thread Starter ChriKn

    (@chrikn)

    Found it ! using the inspector in Firefox I found out I was speaking about the so called “full-twitter-box”
    So, to fix it over the fixed bottom footer, I added

    #full-twitter-box {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 40px;
    left: 0;
    margin-bottom: 0;
    }

    40px being the height of the footer.

    Hoping this will help someone ??

Viewing 1 replies (of 1 total)
  • The topic ‘Fixing both footers on the bottom’ is closed to new replies.