Skip to content

Commit

Permalink
fix css bugs in mobile, erase description word in customizer.php and …
Browse files Browse the repository at this point in the history
…do not display repeatable control for sections
  • Loading branch information
diegorojas committed Sep 12, 2017
1 parent e229808 commit 2e4bff4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions assets/css/customizer.css
Original file line number Diff line number Diff line change
Expand Up @@ -491,4 +491,8 @@ body .wp-full-overlay{

}

/* Customizer do not Display */

#customize-control-coletivo_section_order .repeatable-actions {
display: none !important;
}
2 changes: 1 addition & 1 deletion inc/customizer.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Description<?php
<?php
/**
* coletivo Theme Customizer.
*
Expand Down
12 changes: 11 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2372,6 +2372,13 @@ section > .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;
Expand All @@ -2388,7 +2395,6 @@ section > .customize-partial-edit-shortcut {
color: #FFF;
}


/* Section: Services
------------------------------*/
.section-services .service-item {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 2e4bff4

Please sign in to comment.