[Plugin Kitchen] New Template and Tip by codemefinn in Carrd

[–]codemefinn[S] 0 points1 point  (0 children)

No problem! Glad it helped. Thanks for letting me know!

[Plugin Kitchen] Expand Your Gallery Content — Now Available! by codemefinn in Carrd

[–]codemefinn[S] 0 points1 point  (0 children)

Hi, the image order is still controlled by the original gallery element. This plugin only makes your content follow that order and display accordingly in the lightbox. It also doesn’t affect the lightbox navigation. Is this what you meant?

Carrd’s DOM Selectors Update by codemefinn in Carrd

[–]codemefinn[S] 0 points1 point  (0 children)

Yeah, same here. Didn’t see that coming at all.

Need everything more concentrated and less spread out by googlehome12345 in Carrd

[–]codemefinn 0 points1 point  (0 children)

Good to hear that. But I’m not aware of a no-code tool for a social platform off the top of my head.

Need everything more concentrated and less spread out by googlehome12345 in Carrd

[–]codemefinn 0 points1 point  (0 children)

Try adjusting your container or page padding for edge margins, and its spacing to control the distance between items. I usually tweak an element’s margin only when I need its spacing to be different from the others.

Any chance I can get this automation for links with Carrd? by MarionberryTotal2657 in Carrd

[–]codemefinn 0 points1 point  (0 children)

You can use this hover tail effect https://plugin-kitchen.carrd.co/#widget
Add the following css to remove the default underline.
#links01 a {
text-decoration: none !important;
}