• I have translateted the plugin into german language.

    Especially the translations of “latest” “Press Release” and “Press Coverage” are pretty long, so the size of the buttons doesnt fit anymore.

    Is there a way to change that?

Viewing 1 replies (of 1 total)
  • Plugin Contributor farinspace

    (@farinspace)

    @stefanrauhut, I will have a closer look and see if I can adjust general styles to take your use-case into account.

    For now I would recommend that you take a look at the HTML and associated css-class-names. For instance you can adjust the specific tab widths with the following CSS:

    /* adjust all tabs at once */
    .nooz-taxonomy__term {
        width: 240px;
    }
    /* adjust individual tabs */
    .nooz-taxonomy__term--nooz_mixed {
        width: 200px;
    }
    .nooz-taxonomy__term--nooz_release,
    .nooz-taxonomy__term--nooz_coverage {
        width: 240px;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Button-Size according to wordlength’ is closed to new replies.