Viewing 1 reply thread
You must be logged in to reply to this topic.
1. when viewing site in landscape mode on tablet and device, plus smartphone portrait, the menu shows up on top of the logo.
2. also the drop down menu items shows up in white and are no longer visible as the header is white.
3. when in tablet portrait mode the email on top widget shows up below, not beside like when in computer mode the way I want it.
Hello,
I added the below code into your custom css box:
@media (max-width: 979px){
#logo { left: 56% !important;}
.row-fluid .span6 { width: 60% !important;}
.row-fluid .span6:nth-child(2){ dispaly: none;}
}
@media (max-width: 480px){
#logo img.dark {
width: 100%;
margin-right: -50px !important;
}
.mobile_small_menu { margin-left: -17px !important;}
}
.menu-small ul.menu > li > a { color: #444 !important;}
All the requests are sorted now. Please check your site.
Best regards!
You must be logged in to reply to this topic.