• Hi, today I updated the customizr theme and my menu displayer in wrong way. It was centered before, now looks like something is pushing it to the right.
    my website is running on child theme of customzr and I had edits in CSS editor. After update, I don’t even see editor anymore. What happened? Can I download older version.

    https://www.dreamithairstudio.com/the-dream-team/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Tania

    (@tanidara)

    why its said: You are using a child theme of Customizr v3.4.13 if I just updated to 4.3.1?

    I can see this in your style.css:

    /*menu bar center*/
    .navbar-wrapper .navbar {
     float:center;}
    .navbar-wrapper .brand {width:100%; float:center}
    .navbar-wrapper .navbar {width:100%; float:center}

    There is no such code as float:center! See here and then here

    Then try:

    .navbar-wrapper .navbar {
        float: left;
        width: 70%;
    }

    Thread Starter Tania

    (@tanidara)

    Thank you rdellconsulting,
    I changed it in CSS, but nothing happened. Its still floating right. Any other suggestion?
    When I created this website, it was old customizr version and I have to add new properties to achieve the look I need. New customizr is a lot better, but my css has a lot of those additional properties. I’m kind of lost. Its probably something else is “pushing” it to the right. Can you help me please.
    Another problem, after update I don’t see the Editor under Appearance any more. Have to do it via ftp. How I can get it back?
    see screenshot here
    https://www.dreamithairstudio.com/wp/wp-content/uploads/2015/10/Screen-Shot-2015-10-25-at-1.36.48-PM.png

    I can create temp login for you but not sure how to hide it from public view

    Thank you

    You’ve used one of my snippets in your style.css. Starts with

    /* ============================================== */
    /* Responsive - Media queries
    /* ============================================== */
    
    /* ============================================== */
    /* Large desktop                                  */
    /* ============================================== */
    @media all and (min-width:1024px) {
    .navbar-wrapper .navbar {
      float: right;
      width: 70%;
    }

    }
    and that is causing you problems.

    Rip that code out and see what happens.

    Thread Starter Tania

    (@tanidara)

    perfect! Thank you very much rdellconsulting!

    What I can do to have back Editor under Appearance?

    Try changing Theme and see if it works. If it does, then delete and reinstall Czr. If not, reinstall WP 4.3.1.

    Thread Starter Tania

    (@tanidara)

    Thank you, will do and let you know

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘menu displayed wrong after update’ is closed to new replies.