Title: Menu modification problem
Last modified: August 30, 2016

---

# Menu modification problem

 *  [Moira.Akerman](https://wordpress.org/support/users/moiraakerman/)
 * (@moiraakerman)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/menu-modification-problem/)
 * Hi!
    How can I make the navbar box appear as wide as the slider picture I have
   at the moment? And that the menu buttons would remain on one line. The logo also
   appears a bit small. After the newest update the slider texts also disappeared,
   any help on this? A bit newbie with the coding still..
 * Appreciate any help!

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

 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/menu-modification-problem/#post-6651384)
 * Link to site?
 *  Thread Starter [Moira.Akerman](https://wordpress.org/support/users/moiraakerman/)
 * (@moiraakerman)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/menu-modification-problem/#post-6651386)
 * Oh, I´m sorry. [http://www.aegroup.fi](http://www.aegroup.fi)
 *  Thread Starter [Moira.Akerman](https://wordpress.org/support/users/moiraakerman/)
 * (@moiraakerman)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/menu-modification-problem/#post-6651388)
 * I got the text to appear but all the modifications are gone..
    and I am using
   a child theme..
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/menu-modification-problem/#post-6651392)
 * On a 1920px monitor, this would work:
 *     ```
       .sticky-disabled .logo-centered .navbar-inner, .tc-no-sticky-header .logo-centered .navbar-inner {
       width: 65%;
       margin-left: 17%;
       }
       ```
   
 * But as the viewport shrinks, you need to adjust the % using [@media ](http://presscustomizr.com/snippet/media-queries-responsiveness/)
   statements.
 *  Thread Starter [Moira.Akerman](https://wordpress.org/support/users/moiraakerman/)
 * (@moiraakerman)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/menu-modification-problem/#post-6651415)
 * Thank you, it works fine on my big screen but not on my laptop, and the [@media](https://wordpress.org/support/users/media/)
   adjustings don´t seem to work..
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/menu-modification-problem/#post-6651429)
 * You’ve not set up your Child Theme properly yet. Starts with:
 *     ```
       /*
        Theme Name:   Customizr Child
        Theme URI:    http://example.com/Customizr-child/
        Description:  Customizr Child Theme
        Author:       John Doe
        Author URI:   http://example.com
        Template:     customizr
        Version:      1.0.0
        Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
        Text Domain:  customizr-child
       */
       ```
   
 * which is correct
 * Remove the rest that you’ve copied from a core file. It should just contain selectors
   that are different to the core files.
 * See [here](http://docs.presscustomizr.com/article/24-creating-a-child-theme-for-customizr)
 *  Thread Starter [Moira.Akerman](https://wordpress.org/support/users/moiraakerman/)
 * (@moiraakerman)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/menu-modification-problem/#post-6651431)
 * I had a child theme before I updated Customizr and it´s stylesheet looks like
   this:
    /* Theme Name: Nasu Version: 1.0 Description: A child theme of Customizr
   Template: customizr */
 * [@import](https://wordpress.org/support/users/import/) url(“../customizr/style.
   css”);
 * [@media](https://wordpress.org/support/users/media/) screen and (min-width: 980px){(
   max-width: 1199px) {
    .navbar.notresp { top: 10px; } .navbar .nav > li > a { 
   font-size: 10px; } [@media](https://wordpress.org/support/users/media/) screen
   and (max-width: 1199px) { .navbar .nav > li > a { font-size: 10px; } .navbar.
   notresp { top: 10px; } } }
 *  Thread Starter [Moira.Akerman](https://wordpress.org/support/users/moiraakerman/)
 * (@moiraakerman)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/menu-modification-problem/#post-6651432)
 * But after I updated customizr this Nasu theme shows totally blank!
    It was also
   searching for this: [@import](https://wordpress.org/support/users/import/) url(“../
   customizr/inc/css/yellow.css”); But then I changed it to: [@import](https://wordpress.org/support/users/import/)
   url(“../customizr/style.css”); But it didn´t help..
 * Customizr created a new child theme by itself and it looks like it does now. 
   Sounds weird, huh?
 *  Thread Starter [Moira.Akerman](https://wordpress.org/support/users/moiraakerman/)
 * (@moiraakerman)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/menu-modification-problem/#post-6651445)
 * Ok sorry, that sounded a bit weird. Haven´t done anything with this site for 
   a while so don´t remember all the steps I did.
 * But the point is I was using this “Nasu” child theme before, and it was working
   fine until the update. All php with modifications are also in the Nasu file.
   
   Now it shows just a blank screen.. Should I maybe upload the old version of Customizr?
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/menu-modification-problem/#post-6651471)
 * The child theme should have 2 files:
    – style.css – functions.php
 * The Nasu code should be in the style.css. You can remove `@import url("../customizr/
   style.css");` as Czr does that automatically. You don’t need `@import url("../
   customizr/inc/css/yellow.css");` if you have selected the Yellow Skin in Customize
   >Global Settings>Skin
 * php code will be in functions.php, NOT style.css
 * I would get this working otherwise you’ll not be able to keep up with future 
   enhancements.

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

The topic ‘Menu modification problem’ is closed to new replies.

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

## Tags

 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [nav bar](https://wordpress.org/support/topic-tag/nav-bar/)
 * [update problem](https://wordpress.org/support/topic-tag/update-problem/)

 * 10 replies
 * 2 participants
 * Last reply from: [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/menu-modification-problem/#post-6651471)
 * Status: not resolved