Change only the css of profile view – UserPro Forums https://forum.userproplugin.com/forums/topic/change-only-the-css-of-profile-view/feed/ Sat, 04 May 2024 04:42:37 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/change-only-the-css-of-profile-view/#post-38175 <![CDATA[Change only the css of profile view]]> https://forum.userproplugin.com/forums/topic/change-only-the-css-of-profile-view/#post-38175 Fri, 23 May 2014 12:42:56 +0000 Nexnivis Hi there !

I’m looking for changing the width of userpro profiles.

I’ve tried this :

div.userpro {
max-width: 660px;
float: left;
}

It works, but of course this applying to all userpro shortcodes (login, register, memberlist). How can I make these changes only for profile view ?

It seems that everything is working under div.userpro, but we need more flexibility.

Thanks a lot for your help !

Regards

]]>
https://forum.userproplugin.com/forums/topic/change-only-the-css-of-profile-view/#post-38367 <![CDATA[Reply To: Change only the css of profile view]]> https://forum.userproplugin.com/forums/topic/change-only-the-css-of-profile-view/#post-38367 Sat, 24 May 2014 21:15:22 +0000 Nexnivis It’s not possible ?

]]>
https://forum.userproplugin.com/forums/topic/change-only-the-css-of-profile-view/#post-38368 <![CDATA[Reply To: Change only the css of profile view]]> https://forum.userproplugin.com/forums/topic/change-only-the-css-of-profile-view/#post-38368 Sat, 24 May 2014 21:37:06 +0000 admin The profie view is loaded by templates/view.php you can add a custom class to the container div, and style it seperately away from other shortcodes and stuff.

]]>