I use the template Citizen Journal.
I don’t know if it’s just for this template but there is a quiet annoying problem.
The top menu doesn’t appear correctly on the iPad.
I uploaded screenshot from the Desktop and the second on the iPad here:
https://i.stack.imgur.com/J1aU4.jpg
You can see that the menu becomes a drop-down menu that is always open.
It blocks the view of the different pages, that is really annoying.
You can test it if you have an iPad:
http://www.professorparticular.org/
I’ve search a lot for a solution but nothing close to what I have.
It would appear the theme you are using is a responsive theme and changes the content dimensions based on screen size/resolution. It will remove and or move some elements on the page when you view the site on a device with a smaller screen.
One quick fix for this is to go to the header.php file in the theme’s files and remove the 5th line from the top. The line to remove is
<meta name="viewport" content="width=device-width" />. This should fix your menu problem. Without actually going into the CSS and HTML of the theme and recoding it, this is probably your easiest option.