[list][/list] How to align with the standard text

Get help developing custom BBCodes or request one.
User avatar
Thunder86
Registered User
Posts: 104
Joined: Fri Apr 07, 2023 6:21 am

[list][/list] How to align with the standard text

Post by Thunder86 »

I am looking for a way to display the [list][/list] code without indentation, so it aligns with the standard text. Is there a way to remove the indentation of the list?
You do not have the required permissions to view the files attached to this post.
User avatar
Mannix_
Registered User
Posts: 2003
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: [list][/list] How to align with the standard text

Post by Mannix_ »

adjust the margin for list in content.css

Code: Select all

.content ul, .content ol {
    margin: 0.8em 0 0.9em 3em;
}
the last value :)
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!

Return to “Custom BBCode Development and Requests”