Title: header fixed on mobile
Last modified: December 24, 2020

---

# header fixed on mobile

 *  [funkopopwave](https://wordpress.org/support/users/funkopopwave/)
 * (@funkopopwave)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/header-fixed-on-mobile/)
 * Hi, is it possible to make the header / menu fixed on mobiles when scrolling?
 * thanks in advance
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fheader-fixed-on-mobile%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [morbishreejioff](https://wordpress.org/support/users/morbishreejioff/)
 * (@morbishreejioff)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/header-fixed-on-mobile/#post-14029341)
 * can you guide me how you place hero image(funko fair) in front page?
    I have 
   tried so many things, but, I couldn’t do it?
 * please check this link: [https://ibb.co/jMxSdrr](https://ibb.co/jMxSdrr)
 *  Thread Starter [funkopopwave](https://wordpress.org/support/users/funkopopwave/)
 * (@funkopopwave)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/header-fixed-on-mobile/#post-14029370)
 * Hi, you need to edit de index.php (better in a child theme). Then add your code
   between the lines:
 * <?php get_template_part(‘inc/front-widgets-top’); ?>
 * // place your code here
 * <?php if ( have_posts() ) : ?>
 * Thats all 🙂
 * Regars
 * Diego M.
 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/header-fixed-on-mobile/#post-14052003)
 * Hi there!
 * I can’t really help out with this customization, but the stick header script 
   that you would need to edit (and possibly some additional css too) can be found
   in /js/scripts.js where it says:
 *     ```
       /*  Header Sticky
       /* ------------------------------------ */	
       	$('.logged-out #header-sticky').stickThis({
       		top:            0,
       		minscreenwidth: 1081,
       		maxscreenwidth: 999999,
       		zindex:         99,
       		debugmode:      false,
       		pushup:         ''
       	});
   
       	$('.admin-bar #header-sticky').stickThis({
       		top:            32,
       		minscreenwidth: 1081,
       		maxscreenwidth: 999999,
       		zindex:         99,
       		debugmode:      false,
       		pushup:         ''
       	});
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘header fixed on mobile’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/gridzone/1.4.0/screenshot.png)
 * Gridzone
 * [Support Threads](https://wordpress.org/support/theme/gridzone/)
 * [Active Topics](https://wordpress.org/support/theme/gridzone/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/gridzone/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/gridzone/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/header-fixed-on-mobile/#post-14052003)
 * Status: not resolved