[Solved] Contact: Send a copy to yourself above the Send button
- ClaudioRomeo
- Topic Author
- Offline
- Platinum Member
-
1 year 8 months ago - 1 year 8 months ago #69282
by ClaudioRomeo
Counselor for better people in a better company
Please, in the Contact widget is there a way to show the Send a copy to yourself checkbox before the Send button and not after?
Thank you.
Thank you.
Counselor for better people in a better company
Last edit: 1 year 8 months ago by ClaudioRomeo. Reason: Marked as solved
Please Log in or Create an account to join the conversation.
1 year 8 months ago #69283
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Contact: Send a copy to yourself above the Send button
Hi
you can do that using Flexbox I think
to be honest I won't have the time to work on this request as I'm already hardly working on the V3 for Page Builder CK
CEd
you can do that using Flexbox I think
to be honest I won't have the time to work on this request as I'm already hardly working on the V3 for Page Builder CK
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
1 year 8 months ago - 1 year 8 months ago #69291
by Heino
Page Builder CK Pro v3 +++ Template Creator Pro v5 +++ Tiny MCE +++ JCE
Browser: Brave (Chrome) +++ Waterfox (Mozilla)
Joomla! v5 +++ php v8.3.16 +++ mysql v8.0.37
Replied by Heino on topic Contact: Send a copy to yourself above the Send button
Hello there,
the arrangement of the checkbox also bothered me. I made a change yesterday using css.
I don't know if it's "allowed" to do that,
but for now it works...
I have entered the following in my custom.css:
after loading up the custom.css make sure to clean the cache!
...playing around with the values a little bit...
Regards,
Heino
the arrangement of the checkbox also bothered me. I made a change yesterday using css.
I don't know if it's "allowed" to do that,
but for now it works...
I have entered the following in my custom.css:
Code:
.contactck-actions{
margin-bottom: -70px;
margin-top: 70px;
}
.contactck-label-checkbox {
margin-top: -50px;
padding-bottom: 20px;
}
...playing around with the values a little bit...
Regards,
Heino
Page Builder CK Pro v3 +++ Template Creator Pro v5 +++ Tiny MCE +++ JCE
Browser: Brave (Chrome) +++ Waterfox (Mozilla)
Joomla! v5 +++ php v8.3.16 +++ mysql v8.0.37
Last edit: 1 year 8 months ago by Heino.
Please Log in or Create an account to join the conversation.
1 year 8 months ago #69293
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Contact: Send a copy to yourself above the Send button
if this works for you then ok, but don't forget to check in responsive mode
negative margins can be used but it can also give strange results
negative margins can be used but it can also give strange results
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- ClaudioRomeo
- Topic Author
- Offline
- Platinum Member
-
1 year 8 months ago #69294
by ClaudioRomeo
Counselor for better people in a better company
Replied by ClaudioRomeo on topic Contact: Send a copy to yourself above the Send button
Hi!
Heino, I've just tested your solution and confirm it works, both on desktop and on mobile.
I had to change some values to adapt your solution to my webform:
.contactck-actions{
margin-bottom: -110px;
margin-top: 70px;
}
.contactck-label-checkbox {
margin-top: 10px;
padding-bottom: 0px;
}
But you can see it really works!
Thank you so much!
Heino, I've just tested your solution and confirm it works, both on desktop and on mobile.
I had to change some values to adapt your solution to my webform:
.contactck-actions{
margin-bottom: -110px;
margin-top: 70px;
}
.contactck-label-checkbox {
margin-top: 10px;
padding-bottom: 0px;
}
But you can see it really works!
Thank you so much!
Counselor for better people in a better company
Please Log in or Create an account to join the conversation.
Time to create page: 0.213 seconds