Skip to content

Commit d4750d4

Browse files
authored
Merge pull request #79 from MachoThemes/master
Fixed #78
2 parents 098990d + 6f41249 commit d4750d4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://colorlib.com/wp/themes/activello/
44
Author: Colorlib
55
Author URI: http://colorlib.com
66
Description: Activello is a clean and minimal WordPress blog theme with premium look and feel well suited for food, fashion, travel, lifestyle, sports and any other awesome blogs. This theme features WooCommerce integration that allows you to create fully functional eCommerce website side by side with your blog. This theme has several customization options that are available WordPress Theme Customizer. Theme is also multilingual ready and translated in several languages. This awesome blog theme is also SEO friendly helping you to achieve the highest positions on Google. Activello is the only WordPress blog theme you will ever need.
7-
Version: 1.2.2
7+
Version: 1.2.3
88
License: GNU General Public License v2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Text Domain: activello
@@ -1105,8 +1105,9 @@ div.flex-caption {
11051105
.nav.navbar-nav {
11061106
float: left;
11071107
}
1108-
@media (max-width: 979px) {
1109-
.dropdown-menu {
1108+
@media (max-width: 767px) {
1109+
1110+
.dropdown-menu {
11101111
display: block;
11111112
position: relative;
11121113
min-width: 100%;
@@ -1123,8 +1124,7 @@ div.flex-caption {
11231124
background-color: transparent;
11241125
color: #a161bf;
11251126
}
1126-
}
1127-
@media (max-width: 767px) {
1127+
11281128
.nav.navbar-nav {
11291129
float: none;
11301130
}

0 commit comments

Comments
 (0)