Marcus, could you, please, explain what code I have to implement in the style.css file of my theme (ARI theme) for changing the layout of single event. For example, the style of ul li tag.
In the style.css file of my theme it look like
‘/* Lists
——————————————— */
#content #page ul, #content .post ul {
padding:1px 0px 0px 25px;
}
#content #page ul li, #content .post ul li {
padding:0px 0px 20px 0px;
line-height:1px;
list-style: square !important;
‘
Thanx a lot