• Resolved spwilson2

    (@spwilson2)


    Hello, I have used the calendar successfully for a few months. I recently want to rearrange my page and have the calendar display horizontally centered rather than left justified. I have moved the short code to the center as well as tried some code, but it doesn’t seem to work.
    Can you tell me how to display the calendar centered?
    Here is my short code:
    [Spider_Calendar id=”2″ theme=”13″ default=”month” select=”month,list,week”]

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Contributor WD Support

    (@wdsupport)

    Hey @spwilson2!

    Thanks for posting your question!

    Could you please edit your page with calendar, switch to text mode and place the shortcode inside <center> tag? Here’s an example:

    <center>[Spider_Calendar id="1" theme="7" default="month" select="month,list,week,day,"]</center>

    Alternatively, you can add the following CSS code to style.css file or custom CSS editor of your website theme:

    #afterbig1 {
        margin: 0 auto !important;
    }

    Make sure to clear the cache of your web browser after making these changes. Let us know if this works.

    Thanks! Have a great day!

Viewing 1 replies (of 1 total)
  • The topic ‘Centering the Calendar’ is closed to new replies.