• janearay

    (@janearay)


    I’ve copied and pasted a table from Word. I’d like for the vertical alignment to be “top” in the left column but I am not sure how to do this. Code scares me so please be gentle with your response.

    The page can be found here: http://iwfmississippi.org/member-directory

Viewing 1 replies (of 1 total)
  • Bill

    (@chubbycrow)

    First off, whenever you make changes to your theme, you should either use a custom css plugin (which you can browse here), or put it into the style sheet of a child theme. If you already have the Jetpack plugin installed, you can use its Custom CSS module. That way, when the theme is updated you won’t lose your changes.

    Once you have that ready, try adding the following to your styles:

    .page-id-8 td {
        vertical-align: top;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Vertical Table Alignment- Table Copied from Word’ is closed to new replies.