Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    That’s a CSS question; you can customize the CSS to make the display however you wish. You’ll probably want to change the settings for the date switcher in the context of a widget, deleting:

    .mc-main.mini .my-calendar-date-switcher {
     display: block;
     float: left;
     width: 6em;
    }
    Thread Starter aikichick2012

    (@aikichick2012)

    thank you joe, i am know quite sure i understood correctly….

    i deleted this:

    .mc-main .my-calendar-date-switcher {
    padding: 4px;
    margin: 0 0 10px;
    }

    and added your code instead. now it is somewhat more tidy, but i would prefer the montha and year drop menus to be in one line. i tried changing the “block” in your code to “inline” but that did′nt change anything.

    could you help agaion, please? thanks very much!

    Plugin Author Joe Dolson

    (@joedolson)

    What you deleted was the general date switcher styles, rather than those specifically for the mini calendar widget, which was a different set of styles. Ultimately, you can do whatever you want to customize the styles. You may want to look at what some of the other stylesheets do and see if you want to copy some of the styles from those into your selected styles.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘jump display in widget/sidebar’ is closed to new replies.