Home › Forums › WoodMart support forum › Responsive title banner › Reply To: Responsive title banner
June 13, 2023 at 4:21 pm
#474655
Aizaz Imtiaz Awan
Keymaster
Hello,
Go to pages -> edit page GABARIT V2 -> in the page setting -> set the page title design.
Your page title size is very big on desktop and mobile. Try to add following css code in theme Setting -> custom css for mobile:
.title-size-default .title {
font-size: 40px;
}
In this case the title of the page title is responsive on the mobile.
Best Regards.