Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1188328

    Hi,
    The content in my columns is not aligning to the top even though they are set at equal height and aligned to top.
    I tried a bit of custom CSS that I saw on another thread but it didn’t work.
    Here is the page https://www.steedfitness.com.au/contact
    The problem is just under the contact form where I have put three headings about WeChat, Insta and FB. I would like these 3 headings to be in line with each other.

    Please let me know how I can fix this. Thank you for your help.
    Alicia

    #1188622

    Hey aliciapotts,

    https://share.getcloudapp.com/X6uzOGpw Please remove the align-top setting and see if the headers align.

    Best regards,
    Victoria

    #1188747

    Thanks for putting me on the right track. I don’t know why but there was a top margin on two of the headers.
    I was able to fix it using the CSS below – I have listed it in case it helps someone else.

    p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 0em;
    }

    #1188752

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Columns within section not aligning to top correctly’ is closed to new replies.