Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #86901
    Robert
    Participant

    Hi!

    I want to align my table content to middle, but not working.

    I tried this code <td valign="middle">

    http://kertvarosi-iskola.hu/dolgozoink

    Thanks

    #86944
    Pratik
    Participant

    Hi @Sziszi,

    Your theme is Simple Catch rather than Catch Base.

    To align the contents to middle, Appearance=> Customize=> Theme Options => Custom CSS box:

    
    #content table td {
        vertical-align: middle;
    }
    

    Let me know if this solves your issue or not.

    Regards,
    Pratik

    #86951
    Robert
    Participant

    Hi!

    OMG, I’m sorry for mixed up the two themes.

    The code worked perfect, thanks!

    Sziszi

    #86959
    Pratik
    Participant

    Hi @Sziszi,

    No Problem. If you liked our theme and support, please leave us your valuable review at https://wordpress.org/support/view/theme-reviews/simple-catch#postform

    Thanks,
    Pratik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Table vertical align’ is closed to new replies.