diff --git a/themes/midia-ninja-theme/library/blocks/src/latest-horizontal-posts/view.js b/themes/midia-ninja-theme/library/blocks/src/latest-horizontal-posts/view.js index 3b305aee..a271b84e 100644 --- a/themes/midia-ninja-theme/library/blocks/src/latest-horizontal-posts/view.js +++ b/themes/midia-ninja-theme/library/blocks/src/latest-horizontal-posts/view.js @@ -14,7 +14,7 @@ document.addEventListener("DOMContentLoaded", function() { const dotsMobile = slider.querySelector('.medium-only .latest-horizontal-posts-block__dots') let slidesToShowMobile = 1 - if (slider.classList.contains('model-specials')) { + if (slider.classList.contains('model-specials') || slider.classList.contains('model-most-read')) { slidesToShowMobile = 2 } else if (slider.classList.contains('model-collection') || slider.classList.contains('model-albums')) { slidesToShowMobile = 1.5 diff --git a/themes/midia-ninja-theme/style.css b/themes/midia-ninja-theme/style.css index b2f83c9f..2cb99fdd 100644 --- a/themes/midia-ninja-theme/style.css +++ b/themes/midia-ninja-theme/style.css @@ -4,7 +4,7 @@ Theme URI: https://hacklab.com.br/ Author: Hacklab Author URI: https://hacklab.com.br/ Description: Tema base para desenvolvimento de novos sites. -Version: 1.0.11 +Version: 1.0.13 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready