[STYLE] SE Square Left
Re: [STYLE] SE Square Left
Cheers Stoker, it never hurts to ask.
http://www.mess-hall.co.uk/ frank and often adult discussion on PS3 Gaming.
- Steve
- 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
couple of ways:
open theme/responsive.css
find;
replace with:
or in template/viewtopic_body.html
find;
replace with;
purge cache f5 web browser
open theme/responsive.css
find;
Code: Select all
.postprofile dd {
display: none;
}
Code: Select all
.postprofile dd {
display: block;
}
find;
Code: Select all
<dd class="profile-posts">
Code: Select all
<dd class="profile-posts responsive-show">