-
AuthorPosts
-
January 5, 2015 at 11:10 pm #375389
Hi,
The calendar element is showing like this: http://d.pr/i/1gPNs/10ULnkJl when it should be like: http://d.pr/i/1au88/4Mpuwmv9
Note the month / year elements, there seems a CSS conflict.Thank you for any possible help that you can give me.
January 6, 2015 at 12:36 am #375425Hi sitesme!
Add this to your custom CSS.
.ui-datepicker-header select { width: 70px !important; }
Regards,
ElliottApril 12, 2015 at 2:06 pm #427137Hi,
The calendar CSS in the form is still not ok. With the code provided, it is showing like this: http://d.pr/i/1aGSc/4YkwMARN while I would like to have month / year fields on the same line as it shows here: http://d.pr/i/1iGDH/1Fg5AxTBThank you.
April 12, 2015 at 2:07 pm #427138This reply has been marked as private.April 13, 2015 at 5:20 pm #427626Hey!
Please add following code to Quick CSS as well
.ui-datepicker-title select { width: 49%!important; float: left; }
Best regards,
YigitApril 13, 2015 at 5:39 pm #427639Thank you Yigit! It worked :)
Any chance to reduce the red part below the drop-downs and make the drop-downs slightly smaller (in height)?
Here is how they look now: http://d.pr/i/1aIDs/4zn7fPtSThank you
April 13, 2015 at 5:43 pm #427645Hi!
Please change the code i posted in my previous post to following one
.ui-datepicker-title select { width: 49% !important; float: left; margin-bottom: 0!important; }
Best regards,
YigitApril 13, 2015 at 6:20 pm #427688That looks much better :)
Thanks for the great support, as usual, Yigit.
April 13, 2015 at 6:27 pm #427697September 15, 2018 at 1:03 am #1009958Hi Yigit!
I seem to be having this exact same problem on this page. Enfold is overiding Formidable Pro’s date picker and the month/year are appearing stacked. I tried entering your code into my Quick CSS with no luck. I also commented out the #Forms and #Tables in base.css but did not notice any updates at all. I also purchased Formidable Pro so I’m not inclined to try a different plugin. I’m at a loss – please help! Thank you SO much.
September 15, 2018 at 1:28 pm #1010111Hi,
Please try this css code
#top #wrap_all .ui-datepicker-title select{ display: inline; width: 85px !important; margin-top:5px; }
Best regards,
PeterSeptember 15, 2018 at 4:16 pm #1010171Hi Peter,
Thank you SO much! That worked, but I just have one more styling issue. The fonts/fields look slightly off, as if they don’t have any styling at all.
Here is the desired result:
https://drive.google.com/file/d/1pWiG2cpXqCW3w5ooTCyTmL8X9Euy78Yg/view?usp=sharingBut here is the current result:
https://drive.google.com/file/d/1OAoKq5F_zvF32Lkv7cXtLucgTjap3rvi/view?usp=sharingAny thoughts on how to get this part fixed?
Thanks again! I REALLY appreciate this!
Brianne
September 15, 2018 at 4:32 pm #1010173Hi Peter,
I’m also noticing that the original issue I had is still occurring on my iPhone. It appears fine in Chrome’s inspector tools. I cleared the history on my phone but it didn’t work. Perhaps this is just my phone or can is there another step I still need to work through?
Thank you!
BrianneSeptember 15, 2018 at 8:25 pm #1010244Hi Peter, please disregard! The folks at Formidable helped me with that last bit. All good! You may close this ticket. Thanks SO much!
September 15, 2018 at 10:31 pm #1010266Hey!
Great, glad it works now :)
Cheers!
Peter -
AuthorPosts
- The topic ‘CSS conflict with FormidablePRO (forms) in the calendar element’ is closed to new replies.