• Resolved maria_wp

    (@maria_wp)


    I tried to include the calendar either in the frontpage or on the sidebar, but somehow they seem oddly wide-spreaded. I have no real clue how to adjust the display properly. Checking the widgets I didn’t find any parameter to adjust…

    So my questions are:

    1) How to adjust the settings, that the basic calendar is displayed properly? (i.e. condensed)
    2) Is it possible to add a different calendar on the sidebar (e.g. CP Multi View Event Calendar) [which is installed as Plugin]? If so, how?

Viewing 1 replies (of 1 total)
  • Please search the following lines of codes on style.css file

    table td, table th {
    	border:1px solid #eee; border:0.1rem solid #eee;
    	padding:5px; padding:5rem;
    	}

    and replace with

    table td, table th {
    	border:1px solid #eee; border:0.1rem solid #eee;
    	padding:5px; padding:0.5rem;
    	}

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘Calender displayed oddly’ is closed to new replies.