Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Invalidtooltips position is it possible?

Hi i been searching for a way for my invalid tooltips to move to a bit right to match my input position but so far i dont have any luck here the image

enter image description here

Here the code for this

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel


                                        <div class="form-group row">
                                        <label for = "contact" class="col-2 col-form-label">Contact:</label> 

                                        <div class="col-4" id="contactContainer">
                                        <div class="flex phone"style="margin-bottom:10px;">
                                        <input style="margin-right: 10px; width: 200px;" id="validationcontact" name="contact" type="text" class="form-control" pattern="\b\d{8}\b" required >
                                        <input type="button" class="ar add" value="Add More Field" style="cursor: pointer;">
                                        <!-- <span class="ar add"><label style="cursor: pointer; padding-top: 5px;"><i data-feather="plus" ></i></label></span> -->
                                        <span class="ar remove"><label style="cursor: pointer; padding-top: 5px;"><i style="width: 20px; height: 20px; color: lightseagreen;"data-feather="x"></i></label></span>
                                        <div class="invalid-tooltip">
                                            Enter a correct Contact!
                                        </div>    
                                        </div>
                                       
                                        </div>
                                    </div>

========================================================================
Does anyone know how invalid tooltips can move ? i try to padding left right it seems is increasing the button instead ?

>Solution :

You should try margin-left and left to bump it a bit, instead of padding.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading