D
D
dimadimov2015-04-15 14:02:11
Blogs
dimadimov, 2015-04-15 14:02:11

How to fix the menu button in Tumblr?

How to make infinite scroll in Tumblr and fix the menu button?
To the menu you need to register position: fixed, but where it is not clear (
dimovdima.tumblr.com

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya Shatokhin, 2015-04-15
@dimadimov

To the menu you need to register position: fixed, but where it is not clear (

<style>
.top-bar { 
  position: fixed; 
}
</style>

I see how you break the site in real time :) I'll have to give a
hint (if I correctly understood the already broken layout):
<div class="top-bar" style="position:fixed;">
  <div class="menu-icon trigger-menu">
    <span></span>
    <div class="title">Menu</div>
  </div>
</div>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question