National Flags

my board crashed after installation - National Flags

Re: my board crashed after installation

by RMcGirr83 » Mon Feb 08, 2021 8:26 pm

Disable the extension, delete this line in the flag.css file in the extension text-align:center; then re-enable the extension.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
RMcGirr83
Former Team Member
Posts: 22099
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: my board crashed after installation

by kamundu » Tue Feb 09, 2021 4:01 pm

RMcGirr83 wrote:Disable the extension, delete this line in the flag.css file in the extension text-align:center; then re-enable the extension.
Correct, works great..... :)

but do i have to remove from all these or the first one alone ?

Code: Select all

ul.flags {
    width:100%;
    text-align:center;
	list-style-type: none;
	padding-bottom: 6px;
}

Code: Select all

ul.flags li.flagslist {
    text-align:center;
	margin: 7px 2px 0;
}
User avatar
kamundu
Registered User
Posts: 111
Joined: Fri Aug 21, 2015 11:32 pm

Re: my board crashed after installation

by RMcGirr83 » Tue Feb 09, 2021 6:47 pm

The first one is for the index page, the second for the display of flags on the flags page.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
RMcGirr83
Former Team Member
Posts: 22099
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr