The form looks wide enough already. I think you want the fields to be wider within the form maybe?
You can target the individual fields using CSS and increase their width. For example: the following will increase the width of the first name field:
#_firstName {
width: 800px;
}
thanks for the reply. solved it already. last question, can I change the words on the creative tab page or any of the text on the shortcode [AffiliatesHome]. thank you
@conradmaisog, You can either edit the “affiliate_creative_list.php” file (/wp-content/plugins/affiliates-manager/html) or customize the language file: https://wpaffiliatemanager.com/how-to-customize-various-text-messages-displayed-by-affiliates-manager/