Puntocom Well-known member Aug 22, 2013 #1 I have set up a custom user field for GnuPG public key, but it looks broken, it needs more width. How can I do extend the width of it?
I have set up a custom user field for GnuPG public key, but it looks broken, it needs more width. How can I do extend the width of it?
P Paul B XenForo moderator Staff member Aug 22, 2013 #2 Where? On the profile page? How much more width do you need than that? Upvote 0 Downvote
P Paul B XenForo moderator Staff member Aug 22, 2013 #4 So is it the physical width you need to increase or the number of characters which can be accepted in the field? I just entered 64 characters in a custom field on my own site with no issues - all of the characters were visible too. Upvote 0 Downvote
So is it the physical width you need to increase or the number of characters which can be accepted in the field? I just entered 64 characters in a custom field on my own site with no issues - all of the characters were visible too.
Puntocom Well-known member Aug 22, 2013 #5 With the help of Brogan I have managed to solve this setting: .contactInfo, .aboutPairs - set to 730px .contactInfo dt, .aboutPairs dt - set to 35% .contactInfo dd, .aboutPairs dd - set to 70% Upvote 0 Downvote
With the help of Brogan I have managed to solve this setting: .contactInfo, .aboutPairs - set to 730px .contactInfo dt, .aboutPairs dt - set to 35% .contactInfo dd, .aboutPairs dd - set to 70%
P Paul B XenForo moderator Staff member Aug 22, 2013 #6 70%+35%=105%. You should probably reduce one or both so they total around 98%. Upvote 0 Downvote
Puntocom Well-known member Aug 22, 2013 #7 730px - 30% - 70% works perfectly here. Thank you again. Upvote 0 Downvote
erich37 Well-known member Aug 22, 2013 #8 I have changed the percentage like this: Code: .contactInfo dt, .aboutPairs dt { width: 70%; } ... but it is just breaking the field-data into another line. Could you please post the whole CSS-change you have made in order to achieve a bigger width for the columns ? Many thanks! Upvote 0 Downvote
I have changed the percentage like this: Code: .contactInfo dt, .aboutPairs dt { width: 70%; } ... but it is just breaking the field-data into another line. Could you please post the whole CSS-change you have made in order to achieve a bigger width for the columns ? Many thanks!
Puntocom Well-known member Aug 22, 2013 #9 set this: .contactInfo, .aboutPairs - set to 730px .contactInfo dt, .aboutPairs dt - set to 30% .contactInfo dd, .aboutPairs dd - set to 70% it should work.... do you use fixed with? if the answer is yes, how much width? Upvote 0 Downvote
set this: .contactInfo, .aboutPairs - set to 730px .contactInfo dt, .aboutPairs dt - set to 30% .contactInfo dd, .aboutPairs dd - set to 70% it should work.... do you use fixed with? if the answer is yes, how much width?
erich37 Well-known member Aug 22, 2013 #10 no, I am using fluid XF-default width. not sure about the 730px you have mentioned in your CSS ? Upvote 0 Downvote