• The title for this widget doesn’t line up with the AAA buttons, it’s far left. May need CSS code, not sure.

    The link I provided is just one page as an example, it’s the same throughout.

    Thanks for any help.

    Don

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

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

    (@mpol)

    Hi,

    Adding this CSS will probably help.
    You can add it under Appearance > Customizer > Custom CSS

    p.zeno_font_resizer {
        text-align: left !important;
    }
    Thread Starter Don Anastas

    (@javaman1)

    Thanks for your help but I’m trying to achieve:

    Font Size AAA

    What the code gave me was this:

    Text Size

    AAA

    Plugin Author Marcel Pol

    (@mpol)

    It wasn’t really designed for that ??

    You could try this trick (it is a trick):

    p.zeno_font_resizer::before {
    	content: 'Font Size';
    }
    Thread Starter Don Anastas

    (@javaman1)

    Nice trick, it worked. One last question:

    What would it require to place a space between FontSize and AAA? FontSizeAAA currently.

    Thanks again!!

    Plugin Author Marcel Pol

    (@mpol)

    Then an extra space should work:

    p.zeno_font_resizer::before {
    	content: 'Font Size ';
    }
    Thread Starter Don Anastas

    (@javaman1)

    Thanks for your effort but no luck. It’s fine the way it is and I really appreciate all of your assistance.

    Very Best Wishes,

    Don

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Text Title Location’ is closed to new replies.