Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Responsive Menu Help Reply To: Responsive Menu Help

#264701
Beverleyh
Participant

I haven’t looked at your website; firstly, I’m on mobile so don’t have the dev console on hand to investigate the inner working of the site; secondly, we prefer a reduced demo in something like CodePen so that we’re not overwhelmed or distracted by all the extra code – we’d prefer to see just the HTML and CSS for the problem elements.

I haven’t used ‘myresponsee’ so I can’t comment on the responsive approach, framework or defaults it offers, but, off the top of my head;

  • In the main part of your stylesheet, assign a blue background to your reservations button with either an nth-child or nth-of-type selector, OR apply a class to the markup and target it that way.
  • Then search through all applicable media queries and remove any declarations that would override the blue background defined earlier on.

Good luck.