Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1354249

    Hi there,

    I’m using icons within contact forms for tooltips for guiding users what to enter…
    Often longer texts. Might look way better, when aligned left.

    is there any argument on the a.m. shortcode or any other way, I’m capable to handle?
    pls consider: I’m not a pro.

    Regards,

    Nomad

    #1354253

    Hey Nomad,
    Unfortunately there is not an argument that can be added to the shortcodes, but you could use css in your Quick CSS field like this:

    #top .av-tt-large-width {
        width: 350px;
    }

    If this doesn’t help please link to the page so we can examine the element closer.

    Best regards,
    Mike

    #1354281

    @Mike, thx for your reply.

    tried the CSS, can’t see any difference.
    Tooltip content alignment did not change at all.

    • This reply was modified 2 years, 1 month ago by Nomad.
    #1354301

    Hi,
    Please link to your page so we can examine your specific element closer.

    Best regards,
    Mike

    #1354309

    Thank you for your reply…

    #1354378

    Hi,
    Thank you for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top .avia-tooltip.avia-icon-tooltip.avia-tt {
        width: 550px;
    }

    and adjust the width to suit.
    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

    #1354380

    Hi,

    thank you.
    I understand: you’re changing the width of the tooltip frame.
    I’d like to have the content (= text) not centered but aligned left.
    Is this possible as well?

    #1354382

    Hi,
    To align the text left, please adjust to this:

    #top .avia-tooltip.avia-icon-tooltip.avia-tt {
        width: 550px;
        text-align: left;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1354405

    "text-align: left"

    Great – that’s it, what I was looking for!

    Thank you for your valuable help.

    #1354413

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1354418

    I’m fine, you may close the topic.
    Again, thank you.

    #1354430

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘shortcode [av_font_icon…] align tooltip text’ is closed to new replies.