• Resolved kenttubman

    (@kenttubman)


    Hello Marcel,

    Love the plugin – Thank you!

    I would like the AAA to appear to the right of some normal text like:
    Resize Page Content: AAA

    When I try this, the AAA drops down a line so I get
    Resize Page Content:
    AAA

    How can I get the AAA to be left-justified to the right of Resize Page Content: ?

    Thanks in advance,

    Kent

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

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

    (@mpol)

    Does this CSS work?

    p.zeno_font_resizer span:before {
        content: 'Resize Page Content: ';
    }
    Thread Starter kenttubman

    (@kenttubman)

    Hi Marcel,

    Thanks for the CSS – It brought the AAAs vertically in line with the ‘Resize Page Content: ‘.

    I looks like the plugin is adding a <p> before the <Span> making it look like there is a line return above Resize Page Content: AAA

    I get this:
    Border line ————-

    Resize Page Content: AAA
    Border line ————-

    When I want:
    Border line ————-
    Resize Page Content: AAA
    Border line ————-

    How do I eliminate this extra line return?

    Thanks,

    Kent

    Thread Starter kenttubman

    (@kenttubman)

    Hi Marcel,

    No need for a reply.

    My theme is adding a <p> before your plugin shortcode resulting in the extra line.

    I’ll simply use your shortcode in a way that doesn’t add the extra <p>

    Great plugin – Thank you.

    Kent

    Plugin Author Marcel Pol

    (@mpol)

    I see you managed by putting it before the first a element.
    Have a good weekend.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Use shortcode beside text’ is closed to new replies.