I would like to know if there is a way to make members profile field broader?
be more specific please... WHAT member profiles field?
I mean the member profile field on the main page, where you have avatar and some info, is there a way to make it broader?
<------------- Do you mean this, here?
bharat_forum,
you need to seriously think about what you write -- and learn how to ask for help and include details.
If you mean on the thread-display pages, then that is **NOT** the same as the "main page"
If you mean the profile stuff in the HEADER, then you need to say that.
Until you can CLEARLY indicate what you are asking for, we can't ehelp you much.
However, the probably answer is going to be --- that is related to your theme - so you should ask in the theme support thread.
Quote from: K@ on March 28, 2014, 06:57:41 AM<------------- Do you mean this, here?
Exactly, that's what I mean. Can you suggest something?
http://www.simplemachines.org/community/index.php?topic=515996.msg3649438#msg3649438
Thanks for the link, can you please tell me what exactly do I need to change?
Quote from: bharat_forum on March 28, 2014, 01:18:54 PM
Thanks for the link, can you please tell me what exactly do I need to change?
Seriously?
Quote from: AllanD on December 20, 2013, 01:47:09 PM
Should be in the index.css around line 1922 for curve theme.
Look for
.poster {
float: left;
width: 15em;
}
Just change the width to your liking.
It depends on your theme...
Thank you Storman™ ... I learned something new today! :D
Well, I am using the Default theme.
I changed the width as you suggested but now I need to move signatures of members as well, how can I change it?
Might help, if you tell us where you want to move them to, don't you think? ;)
I mean when I made profile broader the signatures look not at the same level as profile so they width should also change.
Heck... What you really need is a completely new theme, by the way things are going.
You can limit the size of sigs, in Features and options>Signatures, if that helps, at all.
I think the problem bharat_forum is having is that once the mini-profile is widened, everything to the right of it (textbox, signatures, quote button, etc.) is also shifted to the right. So widening the profile means he or she is going to have to change the width of just about everything else in the row. I found this out when I widened mine too far and the quote button was off the page. :)
Oh come on guys, this sort of thing has been asked and answered umpteen times.
The user area is floated left with a set width. The other stuff (post, sig, etc) is not floated, and has a left margin to match the width of the user area. If you make the user area wider, you need to increase the left margin on the post and sig and attachments. It's not difficult to do. You only need to edit a few values.
Look for .signature in index.css and change the left margin there. IIRC it's grouped with attachments too. If posts aren't grouped with that lot, just search the file for the same left margin value and you should find it pretty quick. Edit to suit.