Viewing 1 replies (of 1 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    If you are want to show all 12 month as visible in the narrow sidebar (I can suggest the one calendar month under other month…), so you are need to make a little customization in code of your theme template (you are need to edit your PHP theme template, I can suggest that you are need to open the sidebar.php file)

    then find this code:

    ********************************
    <div id="sidebar-frame" class="right">

    ********************************

    and replace it to this code:

    ********************************
    <div id="sidebar-frame" class="right months_num_in_row_1">

    ********************************

Viewing 1 replies (of 1 total)
  • The topic ‘on the booking calendar the widget distorts when I set it for 12 months’ is closed to new replies.