Page 4 of 4

Re: [STYLE] SE Square Left

Posted: 03 Feb 2017, 22:51
by dazbobaby
Cheers Stoker, it never hurts to ask.

Re: [STYLE] SE Square Left

Posted: 03 Feb 2017, 23:27
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 ;)