Topic Resolution: Resolved
  • Closed
  • Robert Lavigne
    Spectator
    August 24, 2016 at 9:12 pm #29976

    Hi

    I have an issue with the content boxes shortcode on my page http://www.nouvelleconscience.ca/services/

    The top alignment is not performed correctly. Boxes are showing with a vertical misalignment of ½” downward from box to box.

    Thanks again for your help
    Robert

    Denzel Chia
    Moderator
    Posts: 2656
    August 25, 2016 at 2:42 am #29990

    Hi,

    Please remove any empty spacing in your shortcode, remove any br tag that you had added.

    Or you can use the following in Theme Options -> Custom CSS

    .t4p-content-boxes br {
    display: none !important;
    }

    Thank you

    Robert Lavigne
    Spectator
    Posts: 11
    August 25, 2016 at 5:18 pm #30003
    This reply has been marked as private.
    Robert Lavigne
    Spectator
    Posts: 11
    August 26, 2016 at 12:26 am #30011
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    August 26, 2016 at 2:29 am #30018

    Hi,

    There is a p tag with left align but without content.
    It’s right after your first column. Which is why there is a spacing above your second column.

    This time, it’s not possible to use css to remove it, because it will also remove other p tags and all your content will be gone.
    You will need to remove all empty spaces between the shortcodes, in order to prevent such issues from happening.

    Thank you.

    Robert Lavigne
    Spectator
    Posts: 11
    August 26, 2016 at 4:34 am #30026
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    August 27, 2016 at 10:29 am #30050

    You are welcome!
    Thank you.