Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter webblish

    (@webblish)

    I’ve just found another way, after some fuddling with CSS this works very nice in Chrome/FF/IE9+:

    .srp-widget-stringbreak-link {
       position: relative;
        margin-left: 0px;
        padding-left: 30px;
        text-decoration: none;
    }
    
    a.srp-widget-stringbreak-link:before {
        content: ".... ";
        position: absolute;
        left: 0;
    }
    
    a.srp-widget-stringbreak-link:hover {
        text-decoration: underline;
    }

    My problem is solved now, but this might be nice as a new feature.

    Where did you find that .css ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add soms dots after excerpt?’ is closed to new replies.