Need the same UL style index header as in modules
Rate this topic: 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.
-
- 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.
Please tell me the url to both examples. I'll try to figure it out for You.
-
- 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
-
- 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.
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;
}
-
- Moderator
- 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
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
-
- Moderator
6 posts
• Page 1 of 1