Hello,
I’m using the shortcode [8THEME] Blog List and the mobile version displays the pagination:
I would like to see only the last three recipes and not the pagination.
Greetings,
Dario
This topic has 4 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hello,
I’m using the shortcode [8THEME] Blog List and the mobile version displays the pagination:
I would like to see only the last three recipes and not the pagination.
Greetings,
Dario
Hello,
Please add this code in Global custom CSS:
@media only screen and (max-width: 992px) {
.home .et-blog .etheme-pagination {
display: none;
}
}
Regards
Perfect thanks!
Dario
You’re welcome!
Regards
The issue related to '‘Mobile pagination [8THEME] List Blog’' has been successfully resolved, and the topic is now closed for further responses