Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1062896
    bak
    Participant

    Hi there

    I have H3 which look fine on desktop view but on mobile they remain left aligned.

    How can I have them center aligned on mobile?

    #1062899
    bak
    Participant
    This reply has been marked as private.
    #1062995
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    @media (max-width:  767px) {
    	.page-id-121 h3.h-custom-headline {
    		text-align: center;
    	}
    }

    Hope it helps, Cheers!

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