diff --git a/www/wp-content/themes/enfold-cille/style.css b/www/wp-content/themes/enfold-cille/style.css index 4e44a57..be56343 100644 --- a/www/wp-content/themes/enfold-cille/style.css +++ b/www/wp-content/themes/enfold-cille/style.css @@ -1229,7 +1229,7 @@ body.tax-quote_author_tag .quote-author a:hover { /* Search box adjustment */ #top #s, #top #searchsubmit { - height: 44px; + height: 44px !important; line-height: 44px; } #top #searchsubmit { @@ -1267,9 +1267,14 @@ body.tax-quote_author_tag .quote-author a:hover { @media (max-width: 989px) { #featured-links { margin-bottom: 0 !important; + padding: 5px 4%; } #featured-search { margin-top: -24px !important; + padding: 5px 4%; + } + #top .container .av-masonry.av-large-gap { + padding: 10px 0 0; } } @media (min-width: 768px) and (max-width: 929px) {