Title: Calender displayed oddly
Last modified: August 21, 2016

---

# Calender displayed oddly

 *  Resolved [maria_wp](https://wordpress.org/support/users/maria_wp/)
 * (@maria_wp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/calender-displayed-oddly/)
 * I tried to include the calendar either in the [frontpage](http://picpaste.com/wp_theme_cal1-LwxptDPz.png)
   or on the [sidebar](http://picpaste.com/wp_theme_cal2-IAfxwP2X.png), but somehow
   they seem oddly wide-spreaded. I have no real clue how to adjust the display 
   properly. Checking the [widgets ](http://picpaste.com/wp_theme_cal3-hymVH0wE.png)
   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)

 *  [Sampression](https://wordpress.org/support/users/sampression/)
 * (@sampression)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/calender-displayed-oddly/#post-4237819)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sampression-lite/2.3/screenshot.
   png)
 * Sampression Lite
 * [Support Threads](https://wordpress.org/support/theme/sampression-lite/)
 * [Active Topics](https://wordpress.org/support/theme/sampression-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sampression-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sampression-lite/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Sampression](https://wordpress.org/support/users/sampression/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/calender-displayed-oddly/#post-4237819)
 * Status: resolved