Adding RENXT event form script into BBNC
Hi, We have created a part in BBNC and have added the script from the RENXT event form that we created. The problem is that it is not aligned with the other parts on the page. The other parts are left aligned and the registration form is in the centre. We are unfamiliar with HTML and css, but could use some suggestion as to how to fix this.
Comments
-
@Mark Bezanson
Hi Mark, you probably have to edit the form part. CSS & HTML can be a bit tricky if you have to go that deep. That is the best way to go though relative to different devices being used to access. See if you can edit the part to make it left justified to match. Maybe add a screen shot here. I am out until end of next week, but maybe someone can offer input based upon screenshot in my absence.0 -
@Mark Bezanson, If the part is live, could you share a link to the page? I would be happy to look at the code using "inspect element" and may be able to offer some suggestions.
0 -
@Diane Maidl
Hi, I have made the page live.You will see the form is not aligned. Any help would be great!
0 -
@Mark Bezanson
The RENXT form itself is “left align” already, the problem is your webpage that “contains” the form.looking at your page's coding, your “main content” area is set to a max width of 1024px, however, your “real” content is setup to only 600px. (this is not good, but considering you are stlll using BBNC, it makes sense since the coding might be really old now).
Your RENXT embed form will use the full width of the “container” which is 1024px, and the content area inside the form will be “center” within the container area.


try adding a max-width style to your <div> copied from RENXT.
style="max-width:600px"
0 -
@Alex Wong
Thank you so much Alex, I really appreciate your help!1
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 403 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 656 Blackbaud Grantmaking™
- 577 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 939 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.6K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 249 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 794 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)



