Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #856376

    bak
    Participant

    Hi

    I have a 2 column layout with left text and right column but they do not top align even when using mtn or ptn of the table.

    What do i need to do?

    #856378

    bak
    Participant
    This reply has been marked as private.
    #856394

    Nico
    Moderator

    Hi There,

    I could see an extra paragraph html. Check attached. Would you mind removing it.

    Let us know how it goes.

    Thanks.

    #856538

    bak
    Participant

    Hi, sorry I could not see the attachment

    #856578

    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! Sorry about that, here is the screenshot:

    Extra Paragraph Element

    In case you are not able to remove it, you can hide it with CSS. You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .page.page-id-1741 
    div#x-section-3 
    .x-column.x-sm.left-text.x-1-2 
    .x-text.mtn.ptn p {
        display:none;
    }

    Hope this helps – thanks!