Mini Calendar Widget

Home Forums Calendar Products Events Calendar PRO Mini Calendar Widget

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #56214
    fguijarrob
    Participant

    Hi,
    I am emailing you because the mini calendar widget is not been showing correctly on my site. The right month’s arrow is always appearing on the next line. The links are:
    http://www.o-dvision.com/front/ (into the footer)
    http://www.o-dvision.com/front/aboutus/ (right slide(
    Does anybody please help me?
    Thank you so much!!

    #56386
    Jonah
    Participant

    Hi fguijarrob,

    You should just need a simple CSS modification. Try this:

    .tribe-mini-calendar-nav span {
    margin: 0 18px;
    }

    Add that to your theme’s style.css file.

    – Jonah

    #56711
    fguijarrob
    Participant

    Hi Jonah!
    Thank you so much for your answer!!
    I tried to find the 3 lines you wrote in your last post but I coulnd’t find anything similar to that on my theme’s style.css file.
    However I have found those 3 lines on the file “widget-calendar.min.css” that is originally from Events Calendar PRO but the problema with the navigation arrows were not fixed
    Any idea of the file where can I find these 3 lines to fix the problem that I have with these arrows of the mini calendar widget?
    Thanks a lot!!!

    #56733
    Darren Rousar
    Participant

    18px didn’t work for me but 10px does.
    .tribe-mini-calendar-nav span {
    margin: 0 10px !important;
    }

    As for where it goes, you won’t find those lines in your theme’s style sheet. You need to add them to it yourself.

    #56765
    fguijarrob
    Participant

    Thanks a lot because I have fixed the issue by adding the above three lines on my style.css file! I appreciate it!!

    #56833
    Jonah
    Participant

    Awesome to hear guys! Let us know if you need anything else.

    – Jonah

    #979672
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mini Calendar Widget’ is closed to new replies.