Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #237810
    Maria Nehro
    Participant

    I changed the theme on my site yesterday, and I´m very satisfied so far! But I have a problem. On my website I have many tables, to show for example discography and videos. After the theme change, the text content of these tables is displayed at the bottom of the table cells, not at the top of the cell as before! It makes no difference if I use a “top” tag in the code.

    Before the discography looked like this (this is my other site where I soon will change to Catch Responsive Pro too):

    http://andersekborg.nu/2006-t-v/

    Here is the discography for my site where I changed to Catch Responsive Pro yesterday:

    http://helensjoholm.nu/2006-2010-3/

    Is there anything I can do to make the text content to display in the top of the table cells in Catch Responsive Pro too?

    #237953
    Skandha
    Participant

    @heleneng: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    td {
    	vertical-align: top !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #238029
    Maria Nehro
    Participant

    Yes, it works out!! I´m really grateful, thank you so much!

    #238061
    Skandha
    Participant

    @heleneng: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to display text content in the top of table cells?’ is closed to new replies.