• Resolved teabreakproject

    (@teabreakproject)


    I have infinite scrolling on my homepage, but I also want to be able to view the social menu on my homepage. Is there a way to fix the social menu to the bottom of the homepage, so it can be viewed even when infinite scrolling?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, this should do it for you. The reason for the off (200px) media query is to override a number of things that kept this from working correctly on smaller screens.

    @media screen and (min-width: 200px) {
    	.infinite-scroll.neverending .site-footer {
    		display: block !important;
    		position: fixed;
    	}
    }
    Thread Starter teabreakproject

    (@teabreakproject)

    Works a treat – thank you so much! 🙂

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hooray and you are welcome!

    Hi sacredpath,

    Where should I put thèses lines of codes to make this work ?

    Regards

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi @corgnaac, that is custom CSS. Go to Customize > Additional CSS, delete the informational text there and then paste in the code and save.

    Works perfectly !
    Thank you very much !

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Awesome and you are welcome!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Fixed social menu’ is closed to new replies.