- This topic has 2 replies, 2 voices, and was last updated 12 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › centering the small calendar in the side bar
Tagged: customization
I have been trying to center just the small eme calender that goes in the sidebar.
I don’t want to do it in the sidebar css because I do not want everything centered.
I tried in the eme css but didn’t achieve it either.
Could you please direct me in the right direction?
Thank you..
everything can be css’d. Use a CSS debugger if you don’t immediately succeed (I use firebug).
Yes I had already used firebug and had been playing around with the following 2 entries in the eme css stylesheet.. thought the padding left would accomplish it but couldn’t get it to move. At that point I did this post. Thank you for any help you can give!
/*
.eme-calendar-table {
background-color:#fff;
}
/*
.table.calendar td {
padding-left:30 !important;
}