Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1250394
    yhshin1020
    Participant

    Hey,

    I want to be able to center the blockgrid element in the middle of the section while the text is left-aligned.

    Something like the picture below (I had to cut off the space on the right cos of image size).

    thanks.

    #1250405
    yhshin1020
    Participant
    This reply has been marked as private.
    #1250489
    Rupok
    Member

    Hi there,

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

    .x-blockquote {
      margin-left: auto;
      margin-right: auto;
      max-width: 850px;
    }

    You can adjust the max-width value with your preferred value.

    Hope this helps.

    Cheers!

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