Black

Alignment of Contact, Team, Members & Delete links in footer - Black

Alignment of Contact, Team, Members & Delete links in footer

by Galixte de EzCom » Sun Aug 13, 2017 3:37 am

Hi Vinny,

in footer the “Contact us”, “The team”, “Members” & “Delete all board cookies” aren’t aligned with other elements.

See on phpBB 3.2.x demo: https://www.phpbb.com/customise/db/style/black/demo/3.2 & on phpBB 3.1.x demo: https://www.phpbb.com/customise/db/style/black/demo/3.1.

I suggest to:
  1. OPEN:./styles/black/theme/black.css
  2. FIND:

    Code: Select all

    ul#nav-footer.nav-footer > li::before {
    	content: "";
    	padding-right: 7px;
    }
  3. REPLACE WITH:

    Code: Select all

    ul#nav-footer.nav-footer > li::before {
    	content: "";
    	padding-right: 0px;
    }
  4. OPEN:./styles/black/theme/common.css
  5. FIND:

    Code: Select all

    ul.linklist > li.rightside, p.rightside, a.rightside {
    	float: right;
    	margin-right: 0;
    	margin-left: 0;
    	text-align: right;
    }
  6. REPLACE WITH:

    Code: Select all

    ul.linklist > li.rightside, p.rightside, a.rightside {
    	float: right;
    	margin-right: 0;
    	margin-left: 7px;
    	text-align: right;
    }
Communau EzCom
📖 « Traductions d’extensions & styles pour phpBB 3.2.x & 3.3.x ».
📋 Lists of all extensions identified for phpBB 3.1.x & 3.2.x.
📋 Lists of all styles identified for phpBB 3.1.x & 3.2.x.
Image Tu as un forum et tu veux aussi un site web ? Regarde par ici.
User avatar
Galixte de EzCom
Registered User
Posts: 1106
Joined: Mon Oct 04, 2004 11:14 pm
Location: France
Name: Raphaël M.
Contact: