Reply To: mobil look
Home › Forums › Agama Pro › mobil look › Reply To: mobil look
August 15, 2020 at 2:57 pm
#27791
Moderator
Hi,
1.
Use the following code additionally to fix the mobile view:
@media screen and (max-width: 500px){
#masthead .agama-top-nav a {
font-size: 1.8vw!important;
padding-right: 0px;
}
}
2.
@media screen and (min-width: 1200px){
#masthead .agama-top-nav a {
font-size: 1.8vw!important;
}
#masthead .agama-top-nav {
margin-left:-50px!important;
}
}
Change the font-size and margin-left values as you need.
Best Regards