UL - LI Lists Don't have Any Styling - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

UL - LI Lists Don't have Any Styling

PD

Peter Dowse

Template 2 years ago

Hi Guys,

I've noticed in many of your latest templates, there's no styling for ul - li elements - this makes unorded lists stick out from the content area and also have no space after the list.

See image below

If possible, could you add something to your template.css to alleviate this?

My suggestion is

#sp-main-body li {
    margin-left: 20px;
}

#sp-main-body ul {
    margin-bottom: 20px;
}
0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #126013

Hi

Thanks for contacting us and thanks for your suggestions. I will add it in our list so that our team will take care of it. Could you please mention any template name where you can find it? Its then easy for me to inform our team about it.

-Regards.

0
PD
Peter Dowse
Accepted Answer
2 years ago #126591

So far it's on the Sphere template that I've noticed.

I will add more templates as I notice the issue.

0
Pavel
Pavel
Accepted Answer
2 years ago #126618

So far it's on the Sphere template that I've noticed.

Hi Peter. This is just the opposite. Template.css has a reset of styles for UL, apparently for reasons for the design of the template itself. Therefore, this should not be added, but must be deleted, which is doubtful, as it can violate the design of the template.

If you turn it off you will get default styles.

You can create your own style for UL through CSS and use it when required.

0