• Resolved timmeah

    (@timmeah)


    The plugin works well. I added it to the menu with the shortcode [zeno_font_resizer]

    However somehow it is being shown vertically in stead of horizontally.

    Any idea, what i can do to show this horizontally?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi,
    This CSS will probably help:

    div.zeno_font_resizer_container p.zeno_font_resizer a {
        display: inline-block;
    }

    You could also consider:

    p.zeno_font_resizer {
        margin: 19px 0 0 0;
    }
    Thread Starter timmeah

    (@timmeah)

    great, works ! thank you very much! appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin shown vertically instead of horizontally’ is closed to new replies.