TheGiveAway Posted May 7, 2015 Share Posted May 7, 2015 Hi, I'm trying to add custom field description to some of my products, and the problem is, that the description looks really bad since half of it starts right after the textbox and the rest is written under it. Is there a way to make it look better, and force the field description to start from under the text box and not near it? Example: s29.postimg.org/w6mt98sfb/test.png Thanks. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted May 7, 2015 Share Posted May 7, 2015 the simplest way would probably be to modify the order-form template - probably configureproduct.tpl it will likely contain the following to display the description... {$customfield.input} {$customfield.description} depending on your layout, you could replace the space between them with a break return or similar... 0 Quote Link to comment Share on other sites More sharing options...
TheGiveAway Posted May 7, 2015 Author Share Posted May 7, 2015 Thanks for the quick reply! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.