Move hover text bubble slightly to the left side

  • sisters7
    Asked on June 12, 2016 at 7:05 AM

    Can you give me the css code to move the hover text bubbles to the left about 1"? Thanks.

  • Elton Support Team Lead
    Replied on June 12, 2016 at 9:20 AM

    Are you referring to a certain text in your form e.g. text labels or the hover text (description text) you've set on a field like on the following image?

    Move hover text bubble slightly to the left side Image 1 Screenshot 20

    If you mean the hover text as shown on the image, use this CSS code.

    .form-description {

        right: 12px;

    }

    The value by default is 7px, increasing the number should move the description text further to the left side.

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    If you have further questions, let us know.

  • sisters7
    Replied on June 12, 2016 at 9:35 AM

    Thank you for your quick reply. I was referring Hover Text. I copied and pasted your CSS code and it didn't work. The Hover Text bubbles stayed where they were.

    Please help again. Thanks.

    https://www.jotform.com//?formID=61477497499175

  • Elton Support Team Lead
    Replied on June 12, 2016 at 10:44 AM

    It actually works when I check your form but it moves slightly to the left because as I've said, the default value is 7px and the code I've shared to you has 12px value so there's only a few increase on the pixel which will give you a just a little difference (probably unnoticeable) in its position.

    Example

    Before:

    Move hover text bubble slightly to the left side Image 1 Screenshot 40

    Now:

    Move hover text bubble slightly to the left side Image 2 Screenshot 51

    If you'll compare the two, the second screenshot shows that the hover text moves slightly to the left side.

    If you want it to move further, you can adjust the 12px value to your preference.

    Example:

    .form-description {

        right: 100px;

    }

    This gives you the following:

    Move hover text bubble slightly to the left side Image 3 Screenshot 62

    If this is not what you mean, kindly provide more details on what exactly that you want so we can further assist you.

  • sisters7
    Replied on June 12, 2016 at 10:54 AM

    Wow! I noticed the difference. Thank you so much for your help. I couldn't do it without your help.

  • Kiran Support Team Lead
    Replied on June 12, 2016 at 11:57 AM

    You are welcome. It's our pleasure to assist you. Glad to see that the issue is now fixed. Please do not hesitate to get in touch with us if you need any further assistance. We will be happy to help. 

    Thank you for using JotForm!!