Title: CSS HELP please :)
Last modified: August 20, 2016

---

# CSS HELP please :)

 *  [marmaladepress](https://wordpress.org/support/users/marmaladepress/)
 * (@marmaladepress)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/css-help-please-5/)
 * Hi, I’m tweeking the structure of my page. Here are my questions. FYI, I do have
   a child theme created (twentyeleven) and have been working off of that.
 * 1) How do I adjust the postion of the flyout menu? They are going over top of
   my main Nav Page Titles….
 * 2) Font size for my submenus
 * 3) Order of my page links in my menu. I have tried everything. Cleared my browser,
   tried looking at my site from another computer and the order of my pages does
   not follow whats in the Appearance > Menu order…. any other suggestions?? The
   order that I want is
    home, inspiration, stationery & invitations, order, faq’s
 * MY SITE:
 * [http://www.marmaladepress.com](http://www.marmaladepress.com)
 * Thank you in advance!
 * Julie

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

 *  [Jessi](https://wordpress.org/support/users/wbjtk/)
 * (@wbjtk)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/css-help-please-5/#post-2715721)
 * here’s #2:
 * #access ul ul a {
    background: none repeat scroll 0 0 #F9F9F9; border-bottom:
   1px dotted #DDDDDD; color: #444444; font-size: 13px; <—– SUB MENU FONT SIZE font-
   weight: normal; height: auto; line-height: 1.4em; padding: 10px; width: 168px;}
 * ill check the rest
 *  [Jessi](https://wordpress.org/support/users/wbjtk/)
 * (@wbjtk)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/css-help-please-5/#post-2715725)
 * Have you setup your menu in Appearance>Menus
    You have to create a menu, then
   on the left, select the menu to use. By default, the menu orders itself. It will
   order the way you set it once you do the above.
 * Flyout Menu prob:
 *     ```
       #access ul ul {
           box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
           display: none;
           float: left;
           left: 0;
           margin: 20px 0 0 0; <---- ADD THIS
           position: absolute;
           top: 3.333em;
           width: 188px;
           z-index: 99999;
       }
       ```
   
 * _[Moderator Note: Please post code or markup snippets between backticks (which
   I’ve just done) or use the code button.]_
 * play around with the 20px until it’s where you like it
    hope that helps! =)
 *  Thread Starter [marmaladepress](https://wordpress.org/support/users/marmaladepress/)
 * (@marmaladepress)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/css-help-please-5/#post-2715727)
 * you are a GOD SEND. Thank you!!
 * I still can’t figure the menu thing out. I just had a similar problem with one
   of my static pages — it wouldn’t show the update. I had to delete and recreate
   the page for it to actually SHOW the update. I’ll keep looking into the menu 
   issue. Thanks again!
 * Julie
 *  [OrT](https://wordpress.org/support/users/ort/)
 * (@ort)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/css-help-please-5/#post-2715801)
 * The menu issue: could something be influencing your menu order?
 * – custom functions in functions.php
    – parameters in wp_nav_menu() – some plugin?

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

The topic ‘CSS HELP please :)’ is closed to new replies.

## Tags

 * [twenty eleven](https://wordpress.org/support/topic-tag/twenty-eleven/)

 * 4 replies
 * 3 participants
 * Last reply from: [OrT](https://wordpress.org/support/users/ort/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/css-help-please-5/#post-2715801)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
