Title: Fixed top section position
Last modified: August 21, 2016

---

# Fixed top section position

 *  [Solomuner](https://wordpress.org/support/users/solomuner/)
 * (@solomuner)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/fixed-top-section-position/)
 * Hello there. First of all – thanks for the theme!
 * I would be really grateful if you could assist me with this matter. I can’t find
   a way to make the first, top section with everything in it fixed in one place(
   visible at all times) and all the other parts (sections) moving behind it (in
   and out of it when pushing the menu buttons).
 * Thank you in advance!

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

 *  Theme Author [MageeWP](https://wordpress.org/support/users/magictheme/)
 * (@magictheme)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/fixed-top-section-position/#post-4765864)
 * Thanks for your support. If you want to have a fixed top section on every page,
   you have to go to Dashboard -> Appearance ->Editor, and amend the php codes in
   the Header (header.php) area, which proved to be a little bit complex for people
   without coding knowledge. Please make sure that you want this change, since we’ve
   tried it but the effect seems not that satisfying.
 *  Thread Starter [Solomuner](https://wordpress.org/support/users/solomuner/)
 * (@solomuner)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/fixed-top-section-position/#post-4765888)
 * I was trying to make the changes there in the editor by adding ‘position:fixed’
   in the ‘section-benner’, then using the ‘section-banner’ for the first section
   of my page in the OneTone options. Didn’t help. I need this function badly to
   be honest..Was looking for such a theme for quite a long time and was sure there
   is a chance to make such a change. If you have a spare minute, I would really
   love to try.
 *  Theme Author [MageeWP](https://wordpress.org/support/users/magictheme/)
 * (@magictheme)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/fixed-top-section-position/#post-4765995)
 * Here is an easier method to solve your problem.
 * Go to Dashboard -> Appearance -> Onetone Options, navigate to Home Page, open
   the Section 1 Select box and type in “section-banner foo” in the “Section Css
   Class” area.
 * Then move to Onetone Options -> General Options, and paste the following codes
   in the “Custom CSS” box.
 *     ```
       body{margin:0px;}
       .foo{position:fixed!important; height:300px;z-index:98;overflow:hidden;}
       .section:not(.foo){ padding-top:300px;}
       .home-container {z-index:97!important;}
       .home-header{z-index:9999!important;}
       ```
   
 * You can change the size of the background by amending “height” and “padding-top”.
 * Please let me know if this solved your problem. Good luck!
 *  Thread Starter [Solomuner](https://wordpress.org/support/users/solomuner/)
 * (@solomuner)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/fixed-top-section-position/#post-4766034)
 * Hello Magee. I have tried your solution and to be honest skipped my idea. Might
   be missing something but as I didn’t get the result I wanted I simply decided
   to stay to the original looks of the theme. Many thanks for your time!
 * Although, I still do have one question. Will start a new topic.

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

The topic ‘Fixed top section position’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [Solomuner](https://wordpress.org/support/users/solomuner/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/fixed-top-section-position/#post-4766034)
 * Status: not resolved