Home › Forums › WoodMart support forum › Header responsive › Reply To: Header responsive
January 24, 2022 at 7:02 pm
#347573
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media screen and (max-width: 1170px) and (min-width: 1024px){
body .wd-header-text a{
font-size:30px;
}
}
Please change the sie as per your needs. You can also change the row height for mobile: https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/
Best Regards