Home Forums WoodMart support forum Responsive title banner Reply To: Responsive title banner

#474655

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.