• Hi,
    I started a ww.wp.xz.cn website a few weeks ago,
    And I struggle a lot with the design.
    [ redundant link removed ]
    The Theme is Femina. I like the colors and the grid layout.

    I’m starting to get used to custom CSS and everything,
    But my header shows erratic behavior (on Google Chrome ONLY) after 1400 px width.
    Even if I resize it lower than 1400px (roughly) it will keep website title and menu on two lines…something that could be seen when you size it down, but I’m doing the exact opposite ! It doesn’t make sense. Any help appreciated.

    Also any tips on doint a mobile version will be useful (it’s a mess right now, articles titles are completely vertical…)

    • This topic was modified 5 years, 9 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

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

Viewing 1 replies (of 1 total)
  • Hi @achmoye

    Please go to Appearance >> Customize >> Additional CSS section in your WordPress Admin Area and paste the below CSS there:

    @media (min-width: 881px) {
      #navigation {
        padding: 0 5% 2.2% 0;
      } 
    }

    This would make it appear like this: https://tinyurl.com/y38xutvb

    Also any tips on doing a mobile version will be useful (it’s a mess right now, articles titles are completely vertical…)

    I’m not sure I follow what you’re saying, could you please provide a little more detail? A screenshot would be super helpful as well.

    I’ll do my best to help. 🙂

Viewing 1 replies (of 1 total)

The topic ‘Erratic header behaviour’ is closed to new replies.