Editing customer register page Debutify theme

Topic summary

A user is customizing the customer registration page on their Debutify theme and encounters layout issues. Initial Problem: The registration form appears too narrow with oversized title text. Solution Provided: Debutify support offers two CSS options: 1) Widen the form to 50% width on desktop screens, or 2) Reduce the page title font size to 36px. Both solutions are added via Theme Settings > Custom Style/Script. Follow-up Issues: The user asks how to edit add-on text elements. Support directs them to edit content via the three-dot menu > “Edit default theme content” > Add-ons tab. Translation Challenge: User reports needing to translate text in a red box and missing total amount, but their add-ons are already translated. Final Note: Support indicates the user’s free trial ended (making the upsell bundle invisible) and suggests installing a translation app, as Debutify doesn’t offer built-in translation options for certain elements.

Summarized with AI on November 23. AI used: claude-sonnet-4-5-20250929.

Hi community i’m having a hard time to fix this. Thanks in advance.

Hey @worldspawn ,

On the theme editor > theme settings > custom style/script > custom style, add the following CSS.

@media only screen and (min-width: 1025.1px){
.large--four-twelfths {
    flex: 0 0 50%!important;
 }
}

This will make the width of the log-in form wider.

Or you can use the following CSS to reduce the title’s font size.

.template-customers-register .page-title{
font-size:36px!important;
}
2 Likes

go with the second option. Page looking better. Thanks for all the help masters ! :slightly_smiling_face:

1 Like

Can you help me with this one also. How to edit the text ?

@worldspawn

To edit the text of any add-on of the theme, on top of the editor, besides the theme name, click on the three dots > Edit default theme content

On the add-ons tab, you can edit each text

1 Like

@debutifysupport Hi team, I tried to find it but in Add ons everything from my side is translated

I want to translate the part in the red box and also the total amount is missing :?

Kind Regards,

Avi

Hey @worldspawn ,

Your free trial has ended, and the upsell bundle is no longer visible.

Regarding the translations, you might have to install a translation app as we do not offer that option on Debutify.

1 Like