diff --git a/assets/css/customizer.css b/assets/css/customizer.css index 5b88a2c..76d32a8 100644 --- a/assets/css/customizer.css +++ b/assets/css/customizer.css @@ -491,4 +491,8 @@ body .wp-full-overlay{ } +/* Customizer do not Display */ +#customize-control-coletivo_section_order .repeatable-actions { + display: none !important; +} \ No newline at end of file diff --git a/inc/customizer.php b/inc/customizer.php index 1ea7253..b4b0d37 100644 --- a/inc/customizer.php +++ b/inc/customizer.php @@ -1,4 +1,4 @@ -Description .customize-partial-edit-shortcut { } } +@media screen and (min-width: 720px) { + .feature-item { + min-height: initial; + max-width: none; + } +} + .feature-media { text-align: center; margin-bottom: 20px; @@ -2388,7 +2395,6 @@ section > .customize-partial-edit-shortcut { color: #FFF; } - /* Section: Services ------------------------------*/ .section-services .service-item { @@ -2829,6 +2835,10 @@ section > .customize-partial-edit-shortcut { width: 100%; } + .section-news .list-article, .archive .list-article, .blog .list-article { + height: auto; + } + } .section-news .list-article-content, .archive .list-article-content, .blog .list-article-content {