Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to display user avatar horizontally? [code included]

Simple approach (guess I was overthinking what you were after ) if you don’t want the sidebar whatsoever when viewing an account/profile view would be to remove the sidebar call altogether.

in:
member/single/home.php

comment out the sidebar function thus:
` `

Then you’ll probably need to adjust your styles for that specific page.

Skip to toolbar