WordPress Calendar Plugin
WP FullCalendar
Uses to display the calendar
When you see it on your smartphone, if it exceeds a certain height
Switching to scrolling effectively makes it invisible from the screen.
Table height for smartphone display
1) Display 100% if possible
2) If it is difficult, set a slightly larger number
I want to do, but I don't know how to write CSS.
I tried to add the following CSS to the additional CSS,
Rather than the height of the table, the height of each cell has become 500px.
(And not only on smartphones, but also on PC displays.)
The cell itself is just as it is, and you can not specify the display height of the entire table in the smartphone display
.fc table
{
height: 500px;
}
WordPress version 5.3
Use the "Events Manager" plug-in to register events separately.
-
Answer # 1
Related articles
- html - display: flex the height shifts
- php - about display by wordpress year
- about wordpress calendar reservation plugin
- php - [wordpress] i want to display the latest article of a custom post in full text on the top page
- wordpress - even if it is responsive, how to simply display it small without changing the display
- wordpress - i want to display multiple categories on the top page
- java - i want to change the height of the red part of the screen display after the search results
- javascript - i want to display two calendars side by side with full calendar
- vuejs - vuetify calendar content display
- php - in wordpress, i want to display in a separate block only when there is a "fixed top display" that belongs to a s
- html5 - i want to display the article posted by wordpress on the existing home page (html)
- php - i want to display a list of specific tags in wordpress
- php - i want to display related articles in wordpress, but it doesn't work
- php - [wordpress] i want to display the ip address in the comment field
- css - i want to display only the video on the top page in wordpress
- how to increase the height of the element according to the amount of comments in html and css
- permanent calendar display of holiday marks
- i want to display each number with $_get on the date of the calendar made with php and pass it to the transition page by clickin
- i want to display in pv order of the categories of articles posted on wordpress popular posts
- i want to get and display custom fields associated with taxonomy on the post page of wordpress custom post
Has the Docs method been tried?