Title: CSS issues and responsive design
Last modified: November 6, 2017

---

# CSS issues and responsive design

 *  Resolved [zamyboi](https://wordpress.org/support/users/zamyboi/)
 * (@zamyboi)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-issues-and-responsive-design/)
 * Hi,
    As seen on my page, there are some CSS issues. 1. The form border and texts
   comes out of the website’s theme borders. 2. How can I make my form responsive?
 * Thanks! This plugin made my life easier!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-issues-and-responsive-design%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-issues-and-responsive-design/#post-9656046)
 * Hello [@zamyboi](https://wordpress.org/support/users/zamyboi/),
 * The form is not responsive because you have inserted the form’s shortcode into
   a `<td>` tag with the style attribute: `style="white-space:nowrap;"` (the texts
   cannot be splitted in multiple lines) you simply should re-define this CSS rule
   as follows:
 * `style="white-space:normal;"`
 * Concerning to border around the form, this styles is not being applied to the
   form, the border is applied to the `<table>` tag where you have inserted the 
   form’s shortcode.
 * Best regards.
 *  Thread Starter [zamyboi](https://wordpress.org/support/users/zamyboi/)
 * (@zamyboi)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-issues-and-responsive-design/#post-9656499)
 * Thanks a lot [@codepeople](https://wordpress.org/support/users/codepeople/)!
   
   It was a mistake from my end. Sorted it out. Thanks again!
 *  Thread Starter [zamyboi](https://wordpress.org/support/users/zamyboi/)
 * (@zamyboi)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-issues-and-responsive-design/#post-9656514)
 * I have another question.
    I want to style my form like the one shown here: [http://damnripped.com/tdee-calculator/](http://damnripped.com/tdee-calculator/)
 * change font type, changing background color for header, arranging fields side-
   on-side in columns. How do i do it?
    -  This reply was modified 8 years, 6 months ago by [zamyboi](https://wordpress.org/support/users/zamyboi/).
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-issues-and-responsive-design/#post-9656643)
 * Hello [@zamyboi](https://wordpress.org/support/users/zamyboi/),
 * You can find all styles applied to the fields and forms’ elements in the following
   link:
 * [https://cff.dwbooster.com/faq#q82](https://cff.dwbooster.com/faq#q82)
 * The styles can be redefined through the “Customize Form Design” attribute in 
   the “Form Settings” tab.
 * By the way, if you need a custom design I can offer you a custom coding service
   through my private website:
 * [https://cff.dwbooster.com/customization](https://cff.dwbooster.com/customization)
 * Best regards.
 *  Thread Starter [zamyboi](https://wordpress.org/support/users/zamyboi/)
 * (@zamyboi)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-issues-and-responsive-design/#post-9656648)
 * Thanks again! Shall look at it and get back if I have any questions!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘CSS issues and responsive design’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 5 replies
 * 2 participants
 * Last reply from: [zamyboi](https://wordpress.org/support/users/zamyboi/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/css-issues-and-responsive-design/#post-9656648)
 * Status: resolved