[STYLE] SE Square Left

Extensions & Styles for phpBB 3.1.X maintained and supported by Stoker
User avatar
dazbobaby
BBCoder II
BBCoder II
Posts: 23
Joined: 22 Mar 2010, 02:34

Re: [STYLE] SE Square Left

Post by dazbobaby »

Cheers Stoker, it never hurts to ask.
http://www.mess-hall.co.uk/ frank and often adult discussion on PS3 Gaming.
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: [STYLE] SE Square Left

Post by Steve »

couple of ways:

open theme/responsive.css
find;

Code: Select all

	.postprofile dd {
		display: none;
	}
replace with:

Code: Select all

	.postprofile dd {
		display: block;
	}
or in template/viewtopic_body.html
find;

Code: Select all

<dd class="profile-posts">
replace with;

Code: Select all

<dd class="profile-posts responsive-show">
purge cache f5 web browser ;)
NAPWR wrote: Nice, Stoker is Hot
Post Reply