Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The spacing isn't that large for standard Bootstrap. My guess is your template has a margin or padding being applied to Bootstrap rows or to the labels (Name, Race, etc..).1) I don't care for the large spacing between each field like "Name" and "race" on both the Main and Alt chars. I'd like to bring those closer together.
It's a problem with your template, so I don't know. You'd have to provide a URL to a profile showing the issue so I can check the CSS.2) I don't know why the scroll par is there, I guess height: 100% is wrong? How do I correct this.
There's not enough width available. Your main characters width is set to 33% and so is your alt, but that doesn't equal 100% so you've some lost width somewhere. I highly recommend you use Bootstrap grid classes. Example as follows.3) On the "Alternative Characters" the fields are showing as if they are 2 line with title, but I have them set as 1 line. I assume there is a width issue there but I don't understand why?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Each view is surrounded by a unique CSS class. So for profile edit and registration displays only you could use the below selectors to style only those views.3) I figured out the problem, it's not the spacing. It's because those fields are using the custom CSS "myFieldRows" we set previously. Which brings me to the next question....how do we use that custom CSS for the profile edit, but not for the profile display?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.