• Resolved tazcrzy

    (@tazcrzy)


    Hey – trying to redesign our district website. Using the link generated by the plugin, as you can see with the link about. The calendar is hidden behind our header. The theme I am using is a responsive theme based on “The Core”. I tried inserting body tsml padding = 100px in the css code and it moved everything down, including the header picture. Any suggestion on how to correct? I’ve tried to inspect the code and cannot find what I am looking for. Also tried adding as a separate page with the shortcoce – but not all the meetings are showing and the refine search boxes, ie, location, time etc are missing. See this link: https://wp-test.aa-nia-dist40.org/meetings2/

    Thanks for the assistance.

    • This topic was modified 6 years ago by tazcrzy.

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

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

    (@meetingguide)

    Hi!

    The shortcode is not what you want in this case, that just shows the next five upcoming meetings. It doesn’t do the full meetings page.

    This isn’t really a plugin problem so much as an issue with the 400px high absolutely positioned header in your theme. But here is some CSS that should fix the overlap:

    body.tsml header {
        position: static !important;
    }
    Thread Starter tazcrzy

    (@tazcrzy)

    Thank you – that worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need to Move tsml down on Meeting page’ is closed to new replies.