Home Forums WoodMart support forum Header responsive Reply To: Header responsive

#347573

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