Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1234340
    yhshin1020
    Participant

    Hey,

    I want to be able to align the text on the right of the image to the vertical centre of the image on the left of it.

    Is this possible with css?

    Thanks!

    #1234342
    yhshin1020
    Participant
    This reply has been marked as private.
    #1234430
    Rupok
    Member

    Hi there,

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

    .page-id-2152 #x-content-band-1 .mpc-column > p:first-child {
      margin-top: 20px;
    }

    Hope this helps.

    Cheers!

    #1234434
    yhshin1020
    Participant
    This reply has been marked as private.
    #1234527
    Paul R
    Moderator

    Hi,

    Kindly change the code to this.

    
    .page-id-2152  .mpc-column p:last-child {
        margin-bottom: 0;
    }
    
    .page-id-2152  .x-content-band .x-column.mpc-column {
         float:none;
         display:inline-block;
         vertical-align:middle;
    }
    

    Hope that helps.

    #1234591
    yhshin1020
    Participant
    This reply has been marked as private.
    #1234696
    Paul R
    Moderator

    You’re welcome! 🙂

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