Stat Block Permissions Styling

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
User avatar
Exclusive
Registered User
Posts: 676
Joined: Mon Jun 25, 2018 1:33 pm

Stat Block Permissions Styling

Post by Exclusive »

Hello, After successfully finding the Stat Block Permissions File Location from this topic (viewtopic.php?f=556&t=2490686), I've styled my "Stat Block Permissions" by adding a <div class="panel">. Now I want to make the Stat Block <div class="panel"> Take the content size just like that of vBulletin forums.

Before:




After:




How I want it to look like:





How do I go about that?
Last edited by Exclusive on Sun Dec 30, 2018 1:40 am, edited 1 time in total.
Use Search Button to get Instant Results | Follow Forum Rules
Avoid Spams in the forum to prevent banning the offending account. | ⟿ Visit My Awesome phpBB Forum! ⬳

Best Web Hosting with 99.9% Uptime! | ✔ Buy Cheap Domain Names
User avatar
Exclusive
Registered User
Posts: 676
Joined: Mon Jun 25, 2018 1:33 pm

Re: Stat Block Permissions Styling

Post by Exclusive »

I've finally done it! I just added a style width in percentage (%)

Before:

Code: Select all

<div class="panel">
After:

Code: Select all

<div class="panel" style="width: 30%;">




That's All!
Use Search Button to get Instant Results | Follow Forum Rules
Avoid Spams in the forum to prevent banning the offending account. | ⟿ Visit My Awesome phpBB Forum! ⬳

Best Web Hosting with 99.9% Uptime! | ✔ Buy Cheap Domain Names
Post Reply

Return to “[3.2.x] Styles Support & Discussion”