I’ve been having some issues with the pre-set tables in SiteJet and would really appreciate some advice on how I could accurately recreate this design.
I was thinking of creating a single card, or container and populating it with different headers, text elements and buttons. Would that be a good starting point or are there any similar elements in any of the templates I could transfer over and tweak?
I’ve managed to get the basics in there but I’m having trouble with some of the styling. Is there a way I can set a border bottom, without having an entire element bordered fully? This isn’t a visible feature in the element border settings.
Because this is built with multiple text elements, is there a way to apply changes to multiple elements at once. I’ve been having issues with this.
If I right click the element I want to style and select edit CSS, it opens this on the right hand side. Is this where I need to add the changes, and do I need to apply a class to all of the elements before adding CSS in there?
Hey team, @Andre👋 — quick question on communication:
If someone wants to continue a build-related conversation 1:1 (e.g. via email or direct message), is that okay under community guidelines? Or should all support and collaboration stay within the thread so others can benefit too?
Just want to make sure I’m keeping things above board — thanks!
This will apply the bottom border and spacing to **all** elements with that class. Super efficient for keeping things consistent!
---Just a couple of important tips before you dive into the CSS panel:
⚠️ Don’t Edit Template Code (Yellow-Wrapped Sections)
You’ll see some sections in the CSS editor already marked with yellow labels (like .ed-element.preset-*).
These are template or preset styles added by Sitejet — don’t touch or change those unless you’re 100% sure what you’re doing.
✳️ Instead, always add your own CSS separately, either at the very bottom of the panel or in a new space above the templates — this keeps things clean and safe.
✅ Add Your Custom CSS Like This:
css
/* Matt's Pricing Row Styling */
.pricing-row {
border-bottom: 1px solid #ccc;
padding: 10px 0;
}
Make sure you've added the pricing-row class to the elements you want (as explained earlier), and you're good to go!
Hey mate,
that is very thoughtful of you. There are no restrictions about contacting a user and continue. Personally, I love to have a solution presented in the thread, of course. But if you or the other person decide to help via DMs, go ahead
In the end, it would just be lovely to have a solution in case another user comes up with the same issue.
Thanks so much, @Andre — really appreciate the thoughtful answer!
I’ll reach out directly to continue the conversation and help keep things moving.
Just in case anyone else wants to connect or collaborate on Sitejet-related builds, feel free to drop me a quick note at: sitejetprojects [at] gmail [dot] com (just replace the brackets).
Once we land on a solution, I’ll share it back here so it can help others too.
Let’s keep the spirit of this community growing — the more we share, the better we all build.