[STYLE] SE Square Left

Extensions & Styles for phpBB 3.1.X
Maintained and supported by Stoker

Re: [STYLE] SE Square Left

Post by dazbobaby »

Cheers Stoker, it never hurts to ask.

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 ;)