Gantry Helium article separator (line) Topic is solved

Everything to do with Joomla! 4.x templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Post Reply
User avatar
fabio42
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 104
Joined: Tue Aug 20, 2019 2:39 pm

Gantry Helium article separator (line)

Post by fabio42 » Mon Aug 28, 2023 9:30 am

Hi everyone!
Any idea how to add a line separator between articles in this template (Gantry Helium)?
I tried various snippets of codes found here and there to no avail. :(
In my template, should I be adding code for "item-content"? or something else?
Where do I have to insert the code? in the custom.scss file or the user.css file?
Here's the link to my website: www.4u2learn.fr

Help would be very much appreciated!
Thanks in advance!
Fabio

User avatar
fabio42
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 104
Joined: Tue Aug 20, 2019 2:39 pm

Re: Gantry Helium article separator (line)

Post by fabio42 » Sun Nov 26, 2023 2:23 pm

Three months after the post, any hints please?
Thanks in advance!

dtalec
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sun Jun 26, 2022 11:36 am

Re: Gantry Helium article separator (line)

Post by dtalec » Tue Mar 05, 2024 3:13 pm

Hi fabio42,
It's a bit late but here is something that can help.
Add the following lines to the custom.scss file
.blog-item {
border-bottom: 2px solid #918e8e;
}

User avatar
fabio42
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 104
Joined: Tue Aug 20, 2019 2:39 pm

Re: Gantry Helium article separator (line)

Post by fabio42 » Tue Mar 05, 2024 7:42 pm

Finally found out a solution. So I'm posting it here:

Code: Select all

.blog-item.blog-item { padding-bottom: 25px; border-bottom: 2px solid; }
Thanks anyway for your help!


Post Reply

Return to “Templates for Joomla! 4.x”