Website link breaks div

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23910
    Ixinho
    Participant

    Hello, when too long, website link goes out of frame on single staff page. Please take a look at the example. Can it get fixed?

    http://novi.fpn.bg.ac.rs/profil/dusan-pavlovic

    #23946
    Veena
    Moderator

    Pls try the below custom CSS in themeoptions –

    .staff-details .staff-information.info-section.first a {
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
    }
    
    #23947
    Ixinho
    Participant

    Great, works like a charm. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Website link breaks div’ is closed to new replies.