help me fix formatting
-
I would like to center align the title.
While the title takes the font, size and bold in my theme CSS, it does not center align.Here is my calendar (right side, list view)
https://beavercanoeclub.org/calendar/
I have selected always enqueue and disable styles in the settings.
In my theme css i have the following:
/* List view only */
.simcal-calendar-list .simcal-current {
/* We use visibility here instead of display so that the spacing between the next/prev buttons is retained. */
visibility: hidden !important;
}
.simcal-nav { display: none !important;
}
.simcal-calendar-list:before {
content: “Upcoming”;
font-family: Calibri;
font-size: 28px;
font-weight: bold;
text-align: center;
}
.simcal-default-calendar-list{
list-style-type: none;
margin:0;
padding:0;
padding-top: 0px !important;
}
- The topic ‘help me fix formatting’ is closed to new replies.