Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #257482
    marga
    Participant

    Hello team

    I have just updated the theme. It really had an older version on it.
    But now the responsive menu for tablet and smartphone is not working.

    Could you have a look please. I have a child theme. so I think it could be in the additional css, which I made earlier. But I cannot find it.

    Other wise I have to set it back to the older version of your theme. that was working fine.

    the website is
    https://www.heilpraktikerschule-freiburg-gottenheim.de/

    you see already that there is a little menu box left….

    thanks Marga

    #257485
    marga
    Participant

    Hello team

    i have put in the older version again…. I have now version 2.7.2 I would love to keep it like this, maybe update is not needed

    this is my css /* Remove Header content top gap */
    #header-content {
    padding-top: 0;
    padding-bottom: 0;
    }

    /* To center logo */
    #site-logo {
    margin: 0 auto;
    width: 100%;
    }

    .entry-title, .error404 .entry-title {
    display: none;
    }

    #header-menu #access, .sidebar-top .widget_nav_menu, #colophon #access-footer {
    background: #FFF;
    clear: both;
    display: block;
    float: left;
    margin: 0 auto;
    width: 100%;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    }

    #header-menu ul.menu a, .sidebar-top .widget_nav_menu ul.menu a, #colophon #access-footer ul.menu a {
    color: #000;
    font-size: 16px;
    line-height: 3.5em;
    padding: 0 1em;
    text-decoration: none;
    white-space: nowrap;
    }

    #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus, .sidebar-top .widget_nav_menu ul.menu li:hover > a, .sidebar-top .widget_nav_menu ul.menu a:focus, #colophon #access-footer ul.menu a:hover, #colophon #access-footer ul.menu a:focus {
    background: #FFF;
    color: #FF0000;
    }

    #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a, .sidebar-top .widget_nav_menu .menu .current-menu-item > a, .sidebar-top .widget_nav_menu .menu .current-menu-ancestor > a, .sidebar-top .widget_nav_menu .menu .current_page_item > a, .sidebar-top .widget_nav_menu .menu .current_page_ancestor > a, #colophon .menu .current-menu-item a {
    font-weight: bold;
    color: #FF6633;
    }

    #header-menu ul.menu li, .sidebar-top .widget_nav_menu ul.menu li {
    border-right: none;
    float: left;
    position: relative;
    }

    body, input, textarea {
    color: #444;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.62em;
    font-family: Verdana, Geneva, sans-serif;

    }

    .widget {
    background-color: #ffda91;
    border: none;
    }

    .su-box {

    font-size: 20px;
    font-weight: 300;
    line-height: 1.62em;
    font-family: Verdana, Geneva, sans-serif;
    padding: 1em;
    }

    .su-box-content {
    background-color: #fff;
    color: #FF0000;
    padding: 1em;
    }
    .su-box {
    max-width: 100%;
    }

    .su-note {
    max-width: 100%;
    }

    h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    line-height: 1.62em;
    }

    img[class*=”align”], img[class*=”wp-image-“], #content .gallery .gallery-icon img, img.wp-post-image, img.attachment-thumbnail {
    border: none;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 0px;
    padding-left: 6px;
    }

    #site-generator {
    background-color: #FF9966;

    }

    #257486
    Skandha
    Participant

    @marga: Hello Marga,
    I will look into the issue and get back to you soon.

    Kind Regards,
    Skandha

    #257663
    Skandha
    Participant

    @marga: Hello Marga,
    I checked the issue at my end and the menu seems to be working fine. Can you please update the theme to the latest version so that I can look into the issue?

    Kind Regards,
    Skandha

    #262809
    marga
    Participant

    Hello Skandha

    sorry for the delay. I have sent you an email too… Now the theme is updated… so you can see the latest version..

    thank you

    marga

    #262814
    Skandha
    Participant

    @marga: Hello Marga,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-toggle-primary {
        color: #000;
    }

    Let me know if now the mobile menu shows up and works fine.
    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Responsive menu is not working after update’ is closed to new replies.