Archived topic
Change list in Widget Marketer
5 replies · Started by Patrik on December 19, 2018
I would like to change the <ul> list in widget in Marketer. I would like it as the lists looks in posts and pages. Can i you do that? :)
Hi there,
Not quite sure if I understand.
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Now I have edit a URL. I have created a list at the bottom of the homepage and one as widget to the right. I want the list to the right as the one on the page.
With points and the same distance between. :)
Give this CSS a try:
.sidebar .widget ul li,
.footer-widgets .widget ul li {
list-style: outside disc;
overflow: visible;
margin-left: 1.2em;
margin-bottom: 10px;
}
Let me know :)
Thanks it work. What can I add to get the same on the bottom-widget?
I just adjusted the CSS so it should work for footer widgets as well :)