- This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support › Forums › Sunshine Pro Theme › List in text-widget
can you help me to get a simple list to show up in text-widgets?
on this site I have some text-widgets on the homepage in the .home-middle-left and the new .home-middle-center widget area, I need lists. But they don’t show up:-( :http://chirurg.lindebjerg.de/
Best Regards,
Jesper
Try following code
.home-middle-left ul {
margin-left: 20px;
}
.home-middle-left ul li {
list-style-type: disc;
}
Perfect, thank you Davinder.