Comments hopeton started the conversationJune 5, 2023 at 9:39amHi,How do I Customize the Headers for Mobile Devices in Sonaar pleaseheader looks fine on desktop but header title look wrong on mobile phones.Please advise.Attached files: header.jpeg 667Alexandre repliedJune 5, 2023 at 1:57pmHi, You have two solution here. First you can hide the title through the page setting and use a heading element from elementor who allow responsive settings. Or you can use this custom css code:@media screen and (max-width: 992px) { .page-title h1{ font-size: 24px; line-height: 1;}}Thanks, Alexandre from the Sonaar.io Crewhopeton repliedJune 6, 2023 at 9:12amHi,Thank you so much 667Alexandre repliedJune 6, 2023 at 2:14pmYou are welcomeThanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
Hi,
How do I Customize the Headers for Mobile Devices in Sonaar please
header looks fine on desktop but header title look wrong on mobile phones.
Please advise.
Attached files: header.jpeg
Hi,
You have two solution here.
First you can hide the title through the page setting and use a heading element from elementor who allow responsive settings.
Or you can use this custom css code:
@media screen and (max-width: 992px) {
.page-title h1{
font-size: 24px;
line-height: 1;
}
}
Thanks,
Alexandre from the Sonaar.io Crew
Hi,
Thank you so much
You are welcome
Thanks,
Alexandre from the Sonaar.io Crew