Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1108039
    lmradmin
    Participant

    Hi I want to center align the contents in the section, without using large padding values as this breaks the mobile versions. Cant use the center align text button, as this messes up my text alignment.

    #1108040
    lmradmin
    Participant
    This reply has been marked as private.
    #1108337
    Friech
    Moderator

    Hi There,

    Thanks for writing in! So you need a narrowed row and you want it to be centered on the section (but not text-align center). Please define this custom class on your custom CSS in customizer.

    @media (min-width:  768px) {
    	.custom-row {
    	    max-width: 40% !important;
    	    margin: 0 auto !important;
    	}
    }

    Then apply a class custom-row to those rows that you want to narrow and center.

    Hope it helps, Cheers!

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