Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #178303
    martystl
    Participant

    The words in a “table blocK” are splitting at wrapping to the next line. Very hard to read. Why is this doing this only in the table block? How can I change it? Current in my customize CSS I have:

    .entry-content table,
    .entry-content table td,
    .entry-content table tr {
    border: none;
    }
    .entry-content table{
    line-height: 1.647;
    }
    Based on your feed back in the past.

    Post page can be found at: https://www.martyknightphotography.com/2019/05/17/what-i-learned/

    #178322
    sapana
    Participant

    @martystl:Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .entry-content table, .entry-content table td, .entry-content table tr {
     word-break: keep-all;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    #178362
    martystl
    Participant

    Yes, worked perfectly. You all are super in giving me the custom CSS codes to make things work they way I want.

    On a different note, I am using this theme (Fotografie Pro) on three different web sites. It appears this theme is not as common as some of the other photograph web web sites that you have. My one year subscription is coming up next month and of course will purchase another year of support. Should I consider moving to one of your other themes? Do you have one that is more robust than this one?
    Thanks
    Marty

    #178417
    sapana
    Participant

    @martystl: We have other latest photography themes, please visit this link and check out. You can choose the one that meets your requirement. If you are looking for more robust theme than fotografie then you can check out features of Bold Photography Pro. If you really like it then you can go for it.

    Kind Regards,
    Sapana

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