Form Title

How do I get the “Franchise Form” title to align with the “Do you want to be the next NamNam Franchisee? Fill up the questionnaire to get ‘The NamNam Franchise’ mini booklet where you can read more about partnering with us.” texts on the left on this page? Please also see the screenshot below:

I can’t find the CSS to remove the padding/margin of “Franchise Form”

2 Likes

Hi there and welcome to the Community, @MelvinNeo :waving_hand:

We’ve added this code to the Custom CSS field on the Appearance tab of your widget’s settings:

[class*='WidgetBackground__Wrapper-sc'] {
  padding-top: 0 !important;
}

Check it out and let me know if you like the result :slightly_smiling_face:

1 Like

It works!

Thanks, @Max :blush:

2 Likes

Awesome, you’re most welcome!

In the meantime, we’d like to invite you to participate in our new contest, where you can win a 6-month extension for your subscription - May Contest: Create a Caption for Our Photo and Win 6 Months FREE! :rocket:

Check the details and join in :wink:

1 Like

Hi, since we’re at it, can you give at least give a 30px left-indentation to the data? It’s cut off on mobile. Please see the attached screenshot.

2 Likes

Hmm, there should be a padding by default. Could you please specify that device you’re using, OS and browser’s versions?

1 Like

iPhone 13 Pro with the latest iOS, and Gmail app.

2 Likes

Thanks, and what is the browser?

1 Like

I said it’s the Gmail app. You can see from the screenshot, too.

2 Likes

Ah, sorry about that!

I’ve forwarded this issue to the devs and will get back to you once I have any news :slightly_smiling_face:

1 Like

Thanks, Max.

2 Likes

Hi there, @MelvinNeo :waving_hand:

I’ve talked to the devs, and unfortunately, this is just how the Gmail app shows submissions. The only way to fix it right now is to add padding manually.

For this, you should remove the [form-data] mail-tag from the Message field (1). Then open the Code Editor Mode (2) and paste the code below there (3):

<div style="margin-left: 30px;">
  [form-data]
</div>


Check it out and let me know if it worked :slightly_smiling_face:

1 Like

I guessed as much. Thanks, Max.

2 Likes

You’re always welcome :slightly_smiling_face:

1 Like