Events Calendar mini Widget Title

Home Forums Calendar Products Events Calendar PRO Events Calendar mini Widget Title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26978
    Diane Helman
    Participant

    The month title and arrow keys on the mini calendar on the main page (http://whocenterpa.net) is both vertically and horizontally not aligned. I am using Headway and did manage to edit the alignment of the month navigation on the main /events page.

    Firebug shows me most of the code that makes the month name align well, but still not the arrows:

    .tribe-events-widget-nav {
    color:#565656;
    font-size:16px;
    font-weight:bold;
    height:40px;
    line-height:0;
    margin-top:0;
    overflow:hidden;
    text-align:center;
    width:100%;

    The problem still – which file do I edit to make that adjustment, and how do I get the arrows aligned?

    #26981
    Barry
    Member

    Hi Mark, I can’t point to a specific line in your stylesheet (it’s been minified and cached) but something in there is overriding the styling for those arrows.

    They should be positioned using absolute positioning as defined in events-mini-ajax.css however this is changed by (I’m guessing your Headway theme?) to static positioning, hence the odd appearance.

    Does that help at all?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Events Calendar mini Widget Title’ is closed to new replies.