Support › Forums › Feedback/Suggestion › Feature request: Hide Post Info and Intro text on mobile devices › Reply To: Feature request: Hide Post Info and Intro text on mobile devices
January 12, 2016 at 6:30 pm
#799
Moderator
Post info is hidden in mobile view.
For sticky bar, in style.css file
change…
.sticky-nav .site-navigation {
background: #fff;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
to…
.sticky-nav .site-navigation {
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}