[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: 847
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

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 ;)
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
Post Reply