Ajax Event Calendar Support Product Page

Can't center calendar within container

Asked 02 May 2012 02:29:11
1
has this question
02 May 2012 02:29:11 David Koehler posted:
I must confess, I'm brain dead tonite. I just cannot figure out how to center the Event Calendar on this page:

jimsmusicandmemories.com/events.html

The calendar is within the container "section" and I have tried "text-align: center;" and "margin-left:auto; margin-right:auto;". Both have not result in the centering of the calendar.

Could somebody clue me in as to what I am missing.

---dave k.

Replies

Replied 03 May 2012 06:41:46
03 May 2012 06:41:46 Teodor Kuduschiev replied:
Hello,

Unfortunately this is not a problem with the product itself.
This is how your layout is built.

anyway - the solution is to set this anywhere in your css:

.dmx_ajax_event_calendar.dmxzone {
margin-left: 50%;
left:-400px;
}


If you are not familiar with CSS here you can learn more: www.w3schools.com/css/default.asp

Reply to this topic