Home Forums Free Themes Education Hub Header > Notice Justification

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41187
    jakiah
    Participant

    When the header breaks or is viewed on a mobile screen, the notice is justified left instead of being centered like the phone number and email address.

    Example – “Notice: Welcome to our university.” on the demo page.

    How can the notice be centered too?

    #41213
    wensolutions
    Keymaster

    Hello @jakiah,

    To center the notice you can use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    @media only screen and (max-width: 767px)
    #quick-contact .top-news {
       padding-left: 45px !important;
    }

    Hope this helps.

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.