Skip to content
46 changes: 39 additions & 7 deletions css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@
}

@media (max-width: 1200px) {
#site-navigation {
float: right;
margin-right: 20px;
}

#site-navigation ul li {
margin-left: 17px;
}

#site-navigation ul li a {
font-size: 13px;
}

.tg-container {
padding: 0 2%;
width: 96%;
Expand Down Expand Up @@ -189,15 +202,11 @@
}
}

@media (max-width: 768px) {
@media (max-width: 936px) {
#masthead .widget_shopping_cart {
display: none;
}

#header-ticker {
line-height: 26px;
}

#site-navigation {
float: right;
margin-right: 15px;
Expand Down Expand Up @@ -315,6 +324,17 @@
.sub-menu .sub-toggle {
right: 0;
}
}

@media (max-width: 817px) {

#header-ticker {
line-height: 26px;
}

.left-top-header {
float: none;
}

.left-header-block {
border-right: medium none;
Expand All @@ -324,6 +344,7 @@
margin: 10px auto;
padding: 0;
text-align: center;
font-size: 12px;
}

.right-top-header {
Expand All @@ -332,6 +353,9 @@
float: none;
margin: 0 auto;
}
}

@media (max-width: 768px) {

.tg-container {
width: 96%;
Expand Down Expand Up @@ -436,7 +460,7 @@

.right-header-block a,
.right-top-header .top-header-menu-wrapper ul li a {
font-size: 10px;
font-size: 12px;
}

.slider-caption-wrapper .slider-btn i {
Expand Down Expand Up @@ -592,7 +616,7 @@

.right-header-block a,
.right-top-header .top-header-menu-wrapper ul li a {
font-size: 13px;
font-size: 12px;
}

.logo-wrapper {
Expand Down Expand Up @@ -642,6 +666,14 @@
vertical-align: top;
}

.category-menu {
width: 100%;
}

#site-navigation {
float: left;
}

.error-404.not-found .search-field {
width: 70%;
}
Expand Down
6 changes: 6 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ If you want the theme to be translated into your language, feel free to contribu
/**********************************************************/

== Changelog ==
= Version 1.4.8 - TBD =
* Tweak - Remove right vertical line beside currency in top header bar.
* Enhancement - Restructure navigation menu on mobile view.
* Enhancement - Header top bar responsive design.
* Enhancement - Navigation menu in mobile landscape orientation and responsive design

= Version 1.4.7 - 2020-04-18 =
* Enhancement - Removed angle down fav icon from login link.
* Fix - Customizer not loading due to header top bar activate callback.
Expand Down
5 changes: 4 additions & 1 deletion sass/theme/header/_top-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
font-size: 12px;
padding: 0 10px;
font-weight: 600;
border-right: 1px solid #c0bfbf;
@include transition(all 0.5s ease);
&:hover {
background: #00a9e0;
Expand All @@ -78,6 +77,10 @@

}

.login-register-wrap {
border-right: 1px solid #c0bfbf;
}

#lang_sel_click a.lang_sel_sel {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
Expand Down
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,6 @@ body {
font-size: 12px;
padding: 0 10px;
font-weight: 600;
border-right: 1px solid #c0bfbf;
transition: all 0.5s ease;
}

Expand All @@ -1436,6 +1435,10 @@ body {
margin-left: 3px;
}

.login-register-wrap {
border-right: 1px solid #c0bfbf;
}

#lang_sel_click a.lang_sel_sel {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
Expand Down