Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • cambo Friend
    #812333

    I have a problem with long words in "department-module" , See attached file.
    Is it possible to make some changes in css to fix this or break the word in code?

    Same problems for Chrome, IE and mobile platforms.


    1. verkprob1
    Pankaj Sharma Moderator
    #814116

    Hi
    Add below code in custom.css file to fix this issue . there is limited space so word is not able to adjust in it.

    
    @media (min-width: 1280px) {
      .category-module.five-columns .category-module-item h4 {
        word-break: break-all;
        min-width: 166px;
      }
    }

    Hope it helps

    cambo Friend
    #819980

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 2 replies, has 2 voices, and was last updated by  cambo 8 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum