Skip to content

Commit

Permalink
Fix - Navigation menu in mobile landscape orientation and responsive …
Browse files Browse the repository at this point in the history
…design #72
  • Loading branch information
milanthapaa committed Apr 24, 2020
1 parent 4497916 commit 16f4364
Showing 1 changed file with 46 additions and 30 deletions.
76 changes: 46 additions & 30 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,36 +202,7 @@
}
}

@media (max-width: 817px) {

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

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

.left-header-block {
border-right: medium none;
color: #6d6c6c;
display: block;
float: none;
margin: 10px auto;
padding: 0;
text-align: center;
font-size: 12px;
}

.right-top-header {
clear: both;
display: table;
float: none;
margin: 0 auto;
}
}

@media (max-width: 768px) {
@media (max-width: 936px) {
#masthead .widget_shopping_cart {
display: none;
}
Expand Down Expand Up @@ -340,6 +324,38 @@
.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;
color: #6d6c6c;
display: block;
float: none;
margin: 10px auto;
padding: 0;
text-align: center;
font-size: 12px;
}

.right-top-header {
clear: both;
display: table;
float: none;
margin: 0 auto;
}
}

@media (max-width: 768px) {

.tg-container {
width: 96%;
Expand Down

0 comments on commit 16f4364

Please sign in to comment.