Home › Forums › WoodMart support forum › Promo Banners not responsive on mobile › Reply To: Promo Banners not responsive on mobile
June 22, 2018 at 5:04 pm
#64360
Elise Noromit
Member
Hello,
Add this code to Page Setting section http://prntscr.com/jy4smn :
@media screen and (max-width:500px){
.content-banner .content-size-default {
font-size: 12px;
}
}
Replace max-width and font-size as per your needs.
Best Regards