• For some reason the site navigation menu on mobile looks different then it does on screen and I was wondering if anyone knew what I could do to get the menu to look the same on mobile as it does if you view it on a computer or an iPad. Here is the site https://www.dannytijerina.com any advice would be much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Steve

    (@seekerabroad)

    This is a responsive design feature of the theme you are using.
    You could change the ‘display: none’ property in the ‘.nav ul’ rule at line 73 of your style.css back to ‘display: inline-block’ to show the screen menu and change the
    ‘display:block’ property in the ‘.tinynav’ rule at line 71 to ‘display: none’.

    You would then need to re-center the nav.

    Thread Starter DannyPlan

    (@dannyplan)

    Oh, thanks Steve I’ll give that a shot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu on Mobile’ is closed to new replies.