• Lucy Moore’s website has a formatting problem. The logo is suddenly tiny and the menu font color has changed so that it’s unreadable. SEe how it looked until recently: https://santafe-webdesign.com/wp-content/uploads/2016/04/mediator-facilitator-lucy-moore.jpg

    The plugins, theme, and wp are all up to date. When I preview the site using the parent aldehyde theme, the problem remains, which makes me think that my child theme css is not the place to tweak. I see that the theme needs PHP version 5.0 up to 7.0. We are using PHP 5.3.29 on Cloudaccess.net servers. What needs to be done?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter 3speranz

    (@3speranz)

    I see that there was no custom css in the child theme, and I had to add this to get the formatting to work:

    #site-logo {
       max-width: inherit;
    }
    #site-navigation ul li a {
        color: #000; 
    }
    #site-navigation ul li ul.children a, #site-navigation ul li ul.sub-menu a {
        color: #000;
    }
    #site-navigation ul li:hover a {
        color: #333;
    }

    It’s working now but I don’t understand what went awry. Any thoughts?

Viewing 1 replies (of 1 total)
  • The topic ‘Aldehyde logo and menu formatting glitch’ is closed to new replies.