Okay
  Public Ticket #971665
Event calendar
Closed

Comments

  •  2
    Freek started the conversation

    Dear Jellythemes,

    The event calendar on my website shows 5 events per page, but there is only room for 4 events on a page. The fifth event hides behind the rest of the theme. How can I fix this, for instance by showing 4 events per page?

    Thank you!

  •  840
    Jelly replied

    Hi,

    Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    .date-box .info .city {
    font-size: 16px;
    }

    Best Regards,
    Jelly Team

  •  2
    Freek replied

    Thank you for your fast response. I added the code to the Style.css file, but unfortunately nothing has changed. Also if I change the 16px, nothing changes. What could be wrong?

  •  840
    Jelly replied

    Hi,

    Please try again:

    .date-box .info .city {
    font-size: 16px !important;
    }

    Best Regards,
    Jelly Team

  •  2
    Freek replied

    Still no difference unfortunately.

  •  840
    Jelly replied

    Hi,

    It's work good in my side now, please try clear cookies and caches then check it again.

    Best Regards,
    Jelly Team

  •  2
    Freek replied

    You are right, it works. Thank you very much!

  •  840
    Jelly replied

    Hi,

    Glad it’s working for you now. Do you still need my help?

    Best Regards,
    Jelly Team

  •  2
    Freek replied

    Well, actually I have a question about something else: the mobile version of the theme. Is there any possibility to adjust the scaling of the theme on a mobile phone?  Especially the font of the biography section appears very large on a mobile phone, but also the website in general.

  •  840
    Jelly replied

    Hi,

    I'm still don't understanding you want adjust anything. Maybe you can help me know it with a list?

    To adjust the font size, please try add this custom style:

    @media screen and (max-width: 568px) {
    .sec-content {font-size: 20px;}
    }

    Best Regards,
    Jelly Team