Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #699380

    Hi,
    can you tell me where the problem might be? Please review the screenshot in the private content. Thx.

    Best regards,
    Nic

    #699384

    Hi Nicoletta_DUS!

    It is because of the site of the text.
    We can help you with that, can you please provide us a link so we can help you with a word-break CSS?

    Thanks a lot

    Regards,
    Basilis

    #699407

    Hi Basilis,
    thx! It relates to various sites on the blog.
    You find the login info in the private content.
    Regards,
    Nic

    #699810

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    h3.slide-entry-title a {
          word-break: break-all;
    }

    Thanks,
    Rikard

    #699894

    Does not work. :-(

    #700517

    Hi,

    I does work on the page you initially linked to, not sure what you think is wrong on the page you linked to in your last reply though?

    Thanks,
    Rikard

    #700575

    Hi Rikard,
    please look at the 8. + 9. post on the site. The problem still exists – the text overlaps beetween the both blog posts.
    Regards,
    Nic

    #701093

    Hi Nicolleta,

    Can you try to add this code inside the code given by Rikard:
    display: block;

    it should look like this:

    h3.slide-entry-title a {
        word-break: break-all;
        display: block;
    }

    This issue appears on firefox but not on chrome. Please let us know if this is fixed on your end as well :)

    Cheers!
    Nikko

    #701210

    Hi Nikko,
    thanks, tried it but it does not work either. :-( I use firefox.
    Cheers,
    Nic

    #701245

    Hi Nicoletta_DUS,

    I checked on the backend and I can verify you have added the code but it’s weird that if I check the front-end it doesn’t fetch the new value, seems like its hard cached but doesn’t seem to have caching plugin. Can you add the code I gave you to the style.css of Enfold Child theme? then open the page and refresh the page using ctrl + f5 to clear browser cache on the page. Hope this fixes the issue.

    Regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.