Hi,
I want to decrease <h1>Адамекс Барлетта Adamex Barletta</h1> and <span class="PricesalesPrice">6,930,000 p.</span> in mobile version (see attachment).
Help me please.
url: http://www.rebenki.by/shop/adamex-barletta-detail
@media only screen and (max-width:820px) {
.productdetails-view h1 {
font-size: 20px;
}
span.PricesalesPrice {
font-size: 17px;
}
}