Replies: 0
I use “Simply Natural” template on my website, and I have issue on a mobile view. after last three updates ” my site run on 3.1.2 “. I have a problem with customizing the website logo size on the mobile version, whatever I allocate the value it does not apply to the mobile. after searching and entering the developer mode on google chrome, it was found that the problem is in this code `@media (max-width: 544px)
.site-branding img, .site-header .site-logo-img .custom-logo-link img {
max-width: 100%;
}`
The position of this code ” assets/css/minified/style.min-rtl.css ”
this code disables the value that I am setting while I am customizing the size.
I hope that you will solve this problem as soon as possible.