Need the same UL style index header as in modules

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Feb 17, 2017 5:32 pm
Reply with quote
Report this post
In a custom module, instead of putting an image before the Unordered List, it adds a bottom border. However in the header image on the main page this doesn't happen. Trying to find the CSS to add the bottom border to the List.
User avatar
Senior Boarder

teitbite
Mon Feb 20, 2017 11:44 am
Reply with quote
Report this post
Hi

Please tell me the url to both examples. I'll try to figure it out for You.
User avatar
Moderator

GK User
Mon Feb 20, 2017 12:36 pm
Reply with quote
Report this post
UL LI example-1.jpg
The page that has the desired look is:
http://demo.innovo-network.com/landing-page-example-2
(image attached)

The page that I would like to have the desired look is:
http://demo.innovo-network.com
User avatar
Senior Boarder

teitbite
Thu Feb 23, 2017 12:28 pm
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.custom li {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
}

.custom li:last-child {
    border-bottom: medium none;
}
User avatar
Moderator

GK User
Thu Feb 23, 2017 10:47 pm
Reply with quote
Report this post
Thank you.

Mark
User avatar
Senior Boarder

teitbite
Sun Feb 26, 2017 12:25 pm
Reply with quote
Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.