Viewing 3 replies - 1 through 3 (of 3 total)
  • The default CSS should be centering the heading. If not, your theme must be overriding the settings. I would need to see the page in order to provide any assistance.

    Thread Starter Manaz

    (@manaz)

    You are right. May be, problem it is from my theme.
    My Calendar page is http://www.manaz.net/turk-takvimi/

    I could not any centering code in Default CSS.
    Thanks.

    .calendar-heading {
    height:25px;
    text-align:center;
    border:1px solid #D6DED5;
    background-color:#E4EBE3;
    }

    Glancing at your page, I see you added “align: center;” to .calendar-table td. This is not valid CSS, the actual tag should be “text-align”. However, this is overkill and will center all your table data. You would then need to left justify the data for .day-with-date by adding !important to the text-align: left.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I centering Heading’ is closed to new replies.