hi, your theme has a fixed transparent header that is covering up the controls. you can make it go away with CSS, but don’t you want it for site navigation?
header#main-header { display: none; }
-
This reply was modified 7 years, 7 months ago by
meetingguide. Reason: code formatting
-
This reply was modified 7 years, 7 months ago by
meetingguide.
Hi. I guess I need some additional help. I added the above code to CSS using Editor and it gave me only a couple of pixels along the top of the drop down buttons that allowed me to click the button. Also, how do I make room for a header with a menu and the drop down buttons? Thanks for all of your help. This is a great plugin.
Looks like the meeting page is working great now!
If you wanted to unhide the menu and push the content down more you’d add some CSS like
body { padding-top: 100px }
If you want to target only plugin pages with the CSS you could do something like
body.tsml { padding-top: 100px }
(feel free to adjust the height until it looks right)
Most themes with fixed headers should handle this for you though. You might consider another theme if this one’s giving you trouble.