Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1371537
    onefoursix
    Participant

    see: http://146test2.co.uk/acorn/about-acorn/our-accreditations-and-memberships

    How do I get the text in section 2, in the left column to align itself central vertically.. so that it is nicely in the middle of the column from the top to the bottom?

    #1371610
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Please add this on your custom CSS on Customizer.

    @media (min-width: 768px) {
    	.flexbox {
    		display: flex;
    	    align-items: center;
    	    justify-content: center;
    	    flex-flow: row wrap;
    	}
    }

    Then add the class flexbox on the ROW of section 2.

    Hope it helps, Cheers!

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