Tagged: tooltip
-
AuthorPosts
-
June 5, 2022 at 7:27 pm #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
June 5, 2022 at 8:48 pm #1354253Hey 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,
MikeJune 6, 2022 at 9:25 am #1354281June 6, 2022 at 1:12 pm #1354301Hi,
Please link to your page so we can examine your specific element closer.Best regards,
MikeJune 6, 2022 at 2:43 pm #1354309Thank you for your reply…
June 7, 2022 at 12:24 pm #1354378Hi,
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,
MikeJune 7, 2022 at 12:53 pm #1354380Hi,
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?June 7, 2022 at 1:13 pm #1354382Hi,
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,
MikeJune 7, 2022 at 3:11 pm #1354405"text-align: left"
Great – that’s it, what I was looking for!
Thank you for your valuable help.
June 7, 2022 at 3:40 pm #1354413Hi,
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,
RikardJune 7, 2022 at 4:02 pm #1354418I’m fine, you may close the topic.
Again, thank you.June 7, 2022 at 5:55 pm #1354430Hi,
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 -
AuthorPosts
- The topic ‘shortcode [av_font_icon…] align tooltip text’ is closed to new replies.