Title: Header problems after update
Last modified: August 31, 2016

---

# Header problems after update

 *  Resolved [hurra03](https://wordpress.org/support/users/hurra03/)
 * (@hurra03)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/header-problems-after-update-1/)
 * Hi Nobita – I’ve just updated to the latest version of raindrops. However, I 
   seem to have three problems:
 * 1) My header image is cut off at the top (even when I remove the top bar plugin)
   
   2) The menu options are no longer spread neatly across the top, or to the left(
   and are not coloured consistently) 3) There is a large back space (maybe a relic
   from point 1?)
 * Thanks so much
 * Cromerty
 * [https://alteregovoices.com](https://alteregovoices.com)

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

 *  Thread Starter [hurra03](https://wordpress.org/support/users/hurra03/)
 * (@hurra03)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/header-problems-after-update-1/#post-6938027)
 * In addition – on the mobile site the left margin is pushing the text to the right,
   and the menus on the footer are no longer left justified
 *  Thread Starter [hurra03](https://wordpress.org/support/users/hurra03/)
 * (@hurra03)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/header-problems-after-update-1/#post-6938047)
 * I fixed points 1 and 3 above using another solution you had posted. However, 
   I still experience:
 * 1) The menu options are no longer spread neatly across the top, or to the left(
   and are not coloured consistently)
 * 2) on the mobile site the left margin is pushing the text to the right, and the
   menus on the footer are no longer left justified
 * 3) Didn’t there used to be divider lines before and after the menu?
 * [https://alteregovoices.com](https://alteregovoices.com)
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/header-problems-after-update-1/#post-6938209)
 * Hi hurra03
 * 1) and are not coloured consistently
 * in the style settings for your site, found a funny setting
 *     ```
       .raindrops-extend-archive.sticky-widget .eco-archive.by-month .item,.raindrops-extend-archive.sticky-widget .eco-archive.by-year .month,.yui-b .sticky-widget.widget_archive li,.yui-b .sticky-widget.widget_categories .cat-item,kbd,.sticky-widget #wp-calendar th,.sticky-widget #wp-calendar t#access .focus a,#access li:hover > ul,#access a {background-image: -ms-linear-gradient(top, #ededed, #d0d0d0);    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#d0d0d0));
       ```
   
 * This might have prevented the setting of the color scheme.
 *     ```
       sticky-widget #wp-calendar t#access
       ```
   
 * I’m checked style rules at lib/csscolor.css.php but not exists such rules.
 * Please check lib/csscolor.css.php.
 * Customizer Menu control option has been moved from
 * Dashboard / Appearance / Customize , Menu
 * to
 * Dashboard / Appearance / Customize ,Presentation / Menu
 * It works correctory for me.
 * 3) divider lines
 * Yes it used default, Maybe you can remove it by CSS
 * 2) Please give me screenshot.
 * Thank you.
 *  Thread Starter [hurra03](https://wordpress.org/support/users/hurra03/)
 * (@hurra03)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/header-problems-after-update-1/#post-6938229)
 * Hi Nobita –
 * 1) I’ve not changed lib/csscolor.css.php file, so struggle to understand what
   I can do. The way the menus work seem to be that when Home is clicked, the About
   menu (which has sub menus) is also highlighted. If Listen is clicked, Listen 
   is the only one highlighted.
 * 2) I have tried deleting my custom CSS spreadsheet, but the menu divider lines
   above and below are not there still, and the above problem still exists.
 * 3) For the screenshot, how do I post an attachment?
 * Thanks!!
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/header-problems-after-update-1/#post-6938288)
 * Alternatively, please try to style overrides
 * Dashboard / Appearance / Customize
 * Advanced / Site-wide CSS
 * Paste below
 *     ```
       /* over write menubar background */
       #top #access{
           background-image: -ms-linear-gradient(top, #ededed, #d0d0d0);
           background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#d0d0d0));
           background: -moz-linear-gradient(top, #ededed, #d0d0d0);
           filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#d0d0d0');
           color: #000000;
       }
   
       /*remove menu border at sub-menu , children*/
       #access .menu .sub-menu,
       #access .menu .children,
       #access .menu .sub-menu li a,
       #access .menu .children li a{
           border:none;
       }
       ```
   
 * Please tell me the background of the ‘home’ ,’about’ the link is how to change
 * 3) For the screenshot, how do I post an attachment?
 * example
 * install　Full Page Screen Capture　plugin for chrome browser.
 * save and upload your site.
 * tell me your attachment url.
 *  Thread Starter [hurra03](https://wordpress.org/support/users/hurra03/)
 * (@hurra03)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/header-problems-after-update-1/#post-6938292)
 * Hi Nobita – great service as always!
 * 1) Here are two links to my screenshots
    [http://tinypic.com/r/hvxvyq/9](http://tinypic.com/r/hvxvyq/9)
   [http://tinypic.com/r/286viv5/9](http://tinypic.com/r/286viv5/9)
 * As you can see on iphone the body text is shunted over to the right.
 * 2) The css fix above worked for the bottom of the menu, but the top of the menu
   still has no border.
 * 3) When you are home screen, both the Home and the About tabs are highlighted.
   Only the Home tab should be highlighted.
 * 4) You gave me some css previously to move the menu option to the left and to
   space them out a bit….this no longer works and I wondered if the name of the 
   menu bar has been changed?
 * Thanks as always
    C
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/header-problems-after-update-1/#post-6938313)
 * 1) Sorry I cannot reproduce it
 * Please review your custom style
 *     ```
       /*Set margin sizes on Pages and individual blog posts*/
       .page #doc3 article,
       .home #doc3 article{
           margin:10px 50px!important;
       }
       ```
   
 * 2） but the top of the menu still has no border.
 * Do border is necessary, rather than do not need?
 * > 3) When you are home screen, both the Home and the About tabs are highlighted.
   > Only the Home tab should be highlighted.
 * I believe that it is normal that make this display.
 * WEBSite Home is correct.
 * WEBSite using static page is correct.
 * What’s the problem?
 * Do you need a link to the home at the home page?
 * I recommend
 *     ```
       .home #access .home-link{
           display:none;
       }
       ```
   
 * Need:
    dashboard / Appearance / Menus.
 * Menu Structure , home
 * CSS Classes (optional)
 * Set home-link
 * 4) I wondered if the name of the menu bar has been changed?
 * Menubar id classname, It maybe not changed
 *  Thread Starter [hurra03](https://wordpress.org/support/users/hurra03/)
 * (@hurra03)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/header-problems-after-update-1/#post-6938318)
 * Hi –
 * 1) Here’s the file showing how Home and About are both highlighted when Home 
   is clicked
    [http://tinypic.com/r/2rrw0oj/9](http://tinypic.com/r/2rrw0oj/9) 
   2) Here is the link showing how just Videos is highlighted when Videos is clicked
   [http://tinypic.com/r/1zf4die/9](http://tinypic.com/r/1zf4die/9)
 * I would think point (2) is how the menu should usually behave – ie just the current
   tab should be highlighted
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/header-problems-after-update-1/#post-6938320)
 * 1)’About’ is not normal static page,
 * ‘About’ is Static Front Page
 * 2)’video’ is normal static page.
 * Please think it slowly settled down
 *  Thread Starter [hurra03](https://wordpress.org/support/users/hurra03/)
 * (@hurra03)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/header-problems-after-update-1/#post-6938325)
 * A-ha! Thanks so much!!! As always.you’re The Boss, Nobita !!!! xxx

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

The topic ‘Header problems after update’ is closed to new replies.

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

## Tags

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

 * 10 replies
 * 2 participants
 * Last reply from: [hurra03](https://wordpress.org/support/users/hurra03/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/header-problems-after-update-1/#post-6938325)
 * Status: resolved