Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Shazzad Hossain Khan

    (@sajib1223)

    Hi Martynnn,

    It totally depends on your theme or any plugin who is providing any css/styling. Our plugin is just responsible for showing of the data. There’s no setting or anything in our plugin which could let you handle alignment of anything.

    However, you could try putting the below code in the CSS box on the list editing page.

    #w4pl-list-[listid] ul{ padding: 0 !important; margin: 0 !important;}
    #w4pl-list-[listid] li{ list-style: none outside !important; display: block !important; padding: 0 !important; margin: 0 !important;}

    If it doesn’t work, then i recommend contact your theme author about the issue by sending them a link to the page where the list is. Send me a link also.

    Good luck & Merry Christmas.

    Thread Starter Martynnn

    (@martynnn)

    Thank you for the very fast response! The following css did the job:

    #w4pl-list-5517 ul {
    padding: 0 !important;
    margin: 0 !important;
    }

    Thank you & Merry Christmas

    Plugin Author Shazzad Hossain Khan

    (@sajib1223)

    Good to hear it worked, never expected though. Looks like assumptions are getting better now a days 🙂

    If you don’t mind, you can provide a rating for our plugin, through this page. A rating could make the difference 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Align the list’ is closed to new replies.