Reply To: mobil look
Home › Forums › Agama Pro › mobil look › Reply To: mobil look
August 7, 2020 at 3:30 pm
#27627
Moderator
If you want the look of your website remains the same as in the desktop view, try to add the following codes additionally(it keeps the background image in the same top-center position):
@media screen and (max-width: 992px){
#masthead{
height: 42vw!important;
background-position:top center!important;
}
#masthead .agama-top-nav a {
font-size: 2.5vw!important;
}
}
@media screen and (max-width: 600px){
#masthead .agama-top-nav a {
font-size: 3vw!important;
padding-right: 10px;
}
#top-navigation ul li {
display:inline-block;
}
}