[STYLE] SE Square Left
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">
