Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1059963
    bak
    Participant

    Hi there

    On mobile view, the H1 is left aligned instead of center aligned.

    Why is that and how can I have it center aligned on mobile?

    #1059964
    bak
    Participant
    This reply has been marked as private.
    #1060004
    Christopher
    Moderator

    Hi there,

    Find this code :

    @media only screen and (max-width: 767px){
    h1, .h1 {
        font-size: 280%!important;
    }
    }

    And update it to :

    @media only screen and (max-width: 767px){
    h1, .h1 {
        font-size: 280%!important;
        text-align: center;
    }
    }

    Hope it helps.

    #1060121
    bak
    Participant

    Tank you!

    #1060126
    Christian
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1059963 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>