mira404
Forum Replies Created
-
But I wanna fixed it, it’s possible. Let me know.
Forum: Plugins
In reply to: [Calculated Fields Form] Broken CssHi, I’m currently using this code:
/* Desktop */
@media screen and (min-width:710px){
#fbuilder .my-class .cff-summary-value::before{content: “—” !important; display:inline-block !important; padding-right:200px !important;}
}/* Mobile */
@media screen and (max-width:710px){
#fbuilder .my-class .cff-summary-value::before{content: “—” !important; display:inline-block !important; padding-right:30px !important;}
}How do solve please let me know.
Forum: Plugins
In reply to: [Calculated Fields Form] Show side by sideNow look awesome on desktop and for mobile padding-right:100px is not look good but padding-right:30px is best for this calculator. Check yourself.
Thanks a lot!
Forum: Plugins
In reply to: [Calculated Fields Form] Show side by sideNow look good on a mobile device: https://prnt.sc/n3iNRnf4GwZM but does not look good on a desktop: https://prnt.sc/V91_QGQ7RD8_
Forum: Plugins
In reply to: [Calculated Fields Form] Show side by sideI can’t understand. What is the left column?
Forum: Plugins
In reply to: [Calculated Fields Form] Show side by sideNow working, change font size and the padding-right.
Can I make this as content otherwise it looks like a minus symbol?
Check this: https://prnt.sc/IKbmXweTWvI9
Forum: Plugins
In reply to: [Calculated Fields Form] Show side by sideHi, Not look good in mobile device check this: https://prnt.sc/wV-VumT-mUY0
Forum: Plugins
In reply to: [Calculated Fields Form] Show side by sideIt’s working, but when I put my-class on fieldname15
Forum: Plugins
In reply to: [Calculated Fields Form] Show side by sideYes, Now It’s working and looks good. Can I add (-) this symbol between them https://prnt.sc/CynpObE0qGYh
Forum: Plugins
In reply to: [Calculated Fields Form] Show side by sideCheck now. It’s not looking good on mobile. https://prnt.sc/vapX0w4L5ig1
Forum: Plugins
In reply to: [Calculated Fields Form] Show side by sideNot working.
Check this:
1. https://prnt.sc/MMfeWPlzpCkg
2. https://prnt.sc/sa83POVUE6er
3. https://prnt.sc/L6fK55mP0k2zForum: Plugins
In reply to: [Calculated Fields Form] Default ValueThanks a lot! It’s working!
Forum: Plugins
In reply to: [Calculated Fields Form] Multiple Value Cal.Thanks a lot! I solve that
Forum: Plugins
In reply to: [Calculated Fields Form] Multiple Value Cal.It’s working. Now show “Increased by” and “Decreased by” so I don’t need to show (-) symbol how to remove this? Check: https://prnt.sc/vFEtZPV8E-ao
This result is shown in inches.
As well as have a centimeter field and the formula is PREC((fieldname9*2.54), 1) but How I can add “Increased by” and “Decreased by” to this field.
Also check this: https://prnt.sc/Z3ojyJaMGVl0
Forum: Plugins
In reply to: [Calculated Fields Form] Multiple Value Cal.Thanks a lot!
I have almost complete the calculator but I have one more thing:
If I select the negative value (-) as an input, the output comes to negative then I want to show Increased by [Output]. Like this: https://prnt.sc/t_5EgfA3xPA7
If I select the positive value (+) as an input and the output comes to positive, I want to show Decrease by [Output]. Like this: https://prnt.sc/_GXRVowmcOdU
How to do this?