• Resolved yolandal

    (@yolandal)


    How can I enlarge the size of the number that is shown in the balloon above the slider option? On my site the number is very small, and I can’t select the CSS code for this.

    See here a screenshot

    https://imgur.com/a/Tv1f9Tv

    Thank you,

    Yolanda

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @yolandal,

    Thank you for the topic.

    We checked the link you provided us with and noticed that the survey inserted there was missing the question types you are mentioning.
    If possible, please provide us with the link, where the survey with these question types can be found, so that we can check out the case and help you accordingly.

    Our Dev Team will try to provide a CSS code for the small number so that you can achieve your desired result.

    Looking forward to your response.

    Thank you.

    Thread Starter yolandal

    (@yolandal)

    Hi Jasmine,

    I’ve published a test survey here https://www.yory.nl/survey-test/

    Thank you!

    Yolanda

    Plugin Support Jasmine

    (@hyenokian)

    Dear @yolandal,

    Thank you for your response.

    We checked the case and didn’t notice any issues (your mentioned part was displayed in the normal sizing).

    By the way, if you want to enlarge the font size of the mentioned part, then, please take this Custom?CSS?code and insert it into the?Surveys > particular survey > Styles tab > Custom?CSS?option.

    Then, replace?YOUR_SURVEY_ID?with the corresponding Survey ID (e.g. 3, like this div[id*=ays-survey-container-3]).

    div[id*=ays-survey-container-YOUR_SURVEY_ID] .ays-survey-answer-range-type-main .ays-survey-answer-range-type-info-text{
    font-size: 15px !important;
    }

    Please check this and let us know about the outcome.

    Thank you.

    Thread Starter yolandal

    (@yolandal)

    Thank you, the code works, but the balloon is not adapating to the size of the font. Is it possible to enlarge the balloon as well? I’ve tried the padding but that screws up the lay-out.

    Thank you!

    Plugin Support Jasmine

    (@hyenokian)

    Dear @yolandal,

    Thank you for your reply.

    I want to mention that the CSS code we provided was specifically for adjusting the font size.
    Unfortunately, it’s not possible to change the size of the balloon.

    Let us know if you have more questions.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.