[STYLE] SE Square Left
-
- BBCoder II
- Posts: 23
- Joined: 22 Mar 2010, 00:34
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.
-
- BBCoder VI
- Posts: 854
- Joined: 04 Mar 2010, 23: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">