Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    In your My Calendar stylesheet, change the caption position to ‘over’ by deleting the line ‘caption-side: bottom’:

    .mc-main caption {
        caption-side: bottom;
    }
    Thread Starter amtenbrink

    (@amtenbrink)

    Hi,

    thanks for your advice. i just can’t find the line of code in any css stylesheet… could you tell me the exact name of the file?

    thank you!

    Thread Starter amtenbrink

    (@amtenbrink)

    Oh, i just found out how to do it via customizer.

    Thanks!

    mikegaudreau

    (@mikegaudreau)

    I found that changing caption-side to bottom to top worked. Using over did not work.

    `.mc-main caption {
    caption-side: top;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Current month under the calendar (instead above)’ is closed to new replies.