[Resolved] Change list in Widget Marketer

Home Forums Support [Resolved] Change list in Widget Marketer

Home Forums Support Change list in Widget Marketer

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #761642
    Patrik

    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? πŸ™‚

    #761659
    Leo
    Staff
    Customer Support

    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 πŸ™‚

    #761661
    Patrik

    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. πŸ™‚

    #761698
    Tom
    Lead Developer
    Lead Developer

    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 πŸ™‚

    #766528
    Patrik

    Thanks it work. What can I add to get the same on the bottom-widget?

    #766844
    Tom
    Lead Developer
    Lead Developer

    I just adjusted the CSS so it should work for footer widgets as well πŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.