Reply To: mobil look
Home › Forums › Agama Pro › mobil look › Reply To: mobil look
August 7, 2020 at 1:54 pm
#27619
Moderator
Hello, Barnabas!
Try to insert the following codes into Customizing->General->Additional CSS:
.top-nav-wrapper{
box-shadow: none!important;
}
@media screen and (max-width: 992px){
.top-navigation div.top-nav-menu>ul, .top-navigation ul.top-nav-menu {
display: block!important;
}
#masthead{
background-size: contain!important;
}
.mobile-menu-icons {
visibility: hidden;
}
}
Regards
-
This reply was modified 3 years, 1 month ago by
Zex.