Title: Css float menu not working properly
Last modified: August 20, 2016

---

# Css float menu not working properly

 *  Resolved [krishnaTORQUE](https://wordpress.org/support/users/krishnatorque/)
 * (@krishnatorque)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-float-menu-not-working-properly/)
 * I create a float menu for my website. It is working good but have a 1 big problem.
   When I am scrolling the page, google adense and other plugin like author bio 
   etc coming over to menu but not content.
    this is my code below
 *     ```
       /* my menu
       -------------- */
       .mymenu {
       background: #444 url(-) repeat-x;
       position: fixed;
       color: #fff;
       width: 100%;
       float: left;
       text-transform: uppercase;
       box-shadow: 0px 0px 15px 0px #222;
       clear: both;
       display: block;
       margin: 0 auto 6px;
       }
   
       .mymenu:hover {
       text-decoration: underline;
       }
   
       .mymenu a {
       color: #fff;
       }
   
       .mymenu a:hover {
       text-decoration: underline;
       }
       ```
   

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/css-float-menu-not-working-properly/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/css-float-menu-not-working-properly/page/2/?output_format=md)

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-float-menu-not-working-properly/#post-3562436)
 * There’s really no way to help with CSS issues without seeing the page live – 
   code alone really is not useful. Can you post a link to your site?
 *  Thread Starter [krishnaTORQUE](https://wordpress.org/support/users/krishnatorque/)
 * (@krishnatorque)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-float-menu-not-working-properly/#post-3562440)
 * please look this site
 * [http://www.krishnatorque.com/secret-tips-for-get-more-mileage-without-modification/](http://www.krishnatorque.com/secret-tips-for-get-more-mileage-without-modification/)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-float-menu-not-working-properly/#post-3562444)
 * I’m sorry but your chosen theme is not released under GPL. Non GPL products are
   not welcome in the WordPress community. Official WordPress policy states that
   all plugins and themes that are publicly released are required to adhere to [http://wordpress.org/about/gpl/](http://wordpress.org/about/gpl/)
 * I would also strongly recommend that you read [this article](http://www.chipbennett.net/2010/12/10/only-download-wordpress-themes-from-trusted-sources/)
   and consider changing to a theme from a reputable source asap.
 *  Thread Starter [krishnaTORQUE](https://wordpress.org/support/users/krishnatorque/)
 * (@krishnatorque)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-float-menu-not-working-properly/#post-3562446)
 * from where I get the same template theme?
    only they have this and download it
   for free please help with css and theme please
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-float-menu-not-working-properly/#post-3562450)
 * If you have a query regarding a theme [distributed on WordPress.org](http://wordpress.org/extend/themes/),
   let us know.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-float-menu-not-working-properly/#post-3562451)
 * Sorry, but there are MANY really great free themes that are available here:
 * [http://wordpress.org/extend/themes/](http://wordpress.org/extend/themes/)
 * Using a non-GPL theme is a mistake in many ways – one of which is that you will
   not get support for it here. Before you waste more time on it, just find another
   theme :). You’ll be much better off in the long run.
 *  Thread Starter [krishnaTORQUE](https://wordpress.org/support/users/krishnatorque/)
 * (@krishnatorque)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-float-menu-not-working-properly/#post-3562452)
 * thank you
    and what about my css menu? :'(
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-float-menu-not-working-properly/#post-3562454)
 * You need to be using a theme from the page linked to above to get help on these
   forums.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-float-menu-not-working-properly/#post-3562455)
 * > only they have this and download it for free
 * Did you read the article I mentioned? Frankly I wouldn’t touch a theme from that“
   supplier” if you paid me.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-float-menu-not-working-properly/#post-3562458)
 * this is not even a WordPress problem but a pure formatting/css issue;
    [http://www.w3schools.com/cssref/pr_pos_z-index.asp](http://www.w3schools.com/cssref/pr_pos_z-index.asp)`.
   mymenu{z-index:1000;}`
 * with formatting problems, you are better off asking at a css forum like [http://csscreator.com/forum](http://csscreator.com/forum)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-float-menu-not-working-properly/#post-3562462)
 * I’d strongly recommend choosing another free theme from [http://wordpress.org/extend/themes/](http://wordpress.org/extend/themes/)
   There are over 1,700 to choose from – all reviewed for quality and compatibility.
   🙂
 *  Thread Starter [krishnaTORQUE](https://wordpress.org/support/users/krishnatorque/)
 * (@krishnatorque)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-float-menu-not-working-properly/#post-3562464)
 * I want to 3 column theme and i want to edit style.css and everything.
    omg my
   brain is not working. i can not see 1,700 themes there, i can see only 11 themes
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-float-menu-not-working-properly/#post-3562466)
 * > i can see only 11 themes
 * Where are you looking? Try actually going to [http://wordpress.org/extend/themes/](http://wordpress.org/extend/themes/)
   and using the tag filter to browse through just 3-column themes.
 *  [sarah18](https://wordpress.org/support/users/sarah18/)
 * (@sarah18)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-float-menu-not-working-properly/#post-3562672)
 * My menu is driving me crazy! I created pages and subpages. Everything worked 
   great… about an hour later 1 of my menu options no longer has a drop down to 
   the sub pages. My website is sarachem.com you will see that the menu tab chem
   1A works great but Chem 1B is underlined and non-operable. I have driving myself
   crazy trying to fix it… please help!
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-float-menu-not-working-properly/#post-3562673)
 * **[@sarah18](https://wordpress.org/support/users/sarah18/)** – please start a
   new thread if you need help. You don’t have the same issue or theme.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/css-float-menu-not-working-properly/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/css-float-menu-not-working-properly/page/2/?output_format=md)

The topic ‘Css float menu not working properly’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [float](https://wordpress.org/support/topic-tag/float/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * 16 replies
 * 6 participants
 * Last reply from: [krishnaTORQUE](https://wordpress.org/support/users/krishnatorque/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/css-float-menu-not-working-properly/page/2/#post-3562674)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
