Okay
  Public Ticket #3385685
How to Customize Headers for Mobile Devices in WordPress
Closed

Comments

  • hopeton started the conversation

    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

  •  647
    Alexandre replied

    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. 

    6070981731.png



    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

  • hopeton replied

    Hi,

    Thank you so much

  •  647
    Alexandre replied

    You are welcome

    Thanks,


    Alexandre from the Sonaar.io Crew