Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • puntje Friend
    #681498

    off canvas words are not complete showing when the words are to long. The word will not break. How can i change that

    For example vergoedingen fysiotherapie

    puntje Friend
    #681545

    .off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0)
    }

    .t3-off-canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    width: 300px;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    }

    But if i want an automatic word break in the off canvas, how do i do that. For example

    aanmeldformulier
    fysiotherapie

    puntje Friend
    #747408

    .off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0)
    }

    .t3-off-canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    width: 300px;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    }

    But if i want an automatic word break in the off canvas, how do i do that. For example

    aanmeldformulier
    fysiotherapie

    Saguaros Moderator
    #681591

    Hi puntje,

    You can try adding this rule:


    .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a {
    white-space: normal;
    }

    Saguaros Moderator
    #747454

    Hi puntje,

    You can try adding this rule:


    .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a {
    white-space: normal;
    }

    puntje Friend
    #681978

    It works on the computer. check later my mobile

    puntje Friend
    #747630

    It works on the computer. check later my mobile

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

This topic contains 7 replies, has 2 voices, and was last updated by  puntje 9 years, 2 months ago.

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