• Resolved pandaseth

    (@pandaseth)


    Hello! I am unable to find where I can set the Calendar Widget title (Month and Year) to be centered in the widget instead of left justified.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    Open events_manager.css ( /wp-content/plugins/events-manager/includes/css/events_manager.css ) and copy/paste at the end :

    to center everything:

    .em-calendar { 
    	text-align: center; 
    }

    just for months and year:

    .month_name { 
    	text-align: center; 
    }

    Save changes and delete all caches

    • This reply was modified 6 years, 3 months ago by leleuf.
    • This reply was modified 6 years, 3 months ago by leleuf.
    • This reply was modified 6 years, 3 months ago by leleuf.
    • This reply was modified 6 years, 3 months ago by leleuf.
Viewing 1 replies (of 1 total)
  • The topic ‘Center Calendar Widget Month & Year’ is closed to new replies.