Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #552836

    We are almost done with our first design with enfold… except try as we may we cannot get the table element to display top alignment:

    http://cdfone.com/?page_id=4454

    Note in cell 1 all is good, but in cell 2, the text is not top justified?

    I find that if I remove the line in the base.css file for alignment: baseline, it’s what I want, except the nav and other aspects go wonky. This is the only table in the whole website. How can we make the change without disrupting other elements like the Nav?

    #553140

    Hey freelancemom!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    tr { vertical-align: top; }

    Best regards,
    Yigit

    #553213

    Thanks Yigit, but it does not work?

    #553217

    Hey!

    Please try adding !important rule as following

    tr { vertical-align: top !important; }

    Best regards,
    Yigit

    #553222

    It’s still not working. Very strange, such a simple element. Thanks for your help!

    #553225

    Hey!

    Please use the code as following

    tr td {
        vertical-align: top !important;
    }

    Cheers!
    Yigit

    #553227

    Yes! That did the trick. Thanks for your help!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Need to align the table’ is closed to new replies.