Title: Render issue with Bricks
Last modified: August 31, 2022

---

# Render issue with Bricks

 *  Resolved [chr.schmitz](https://wordpress.org/support/users/chrschmitz/)
 * (@chrschmitz)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/render-issue-with-bricks/)
 * I am currently moving a website from Elementor to Bricks. The form is not correctly
   rendered anymore.
 * This is the expected output, which is shown, when clicking on “Direct form URL”:
 * [https://ibb.co/26pxSPK](https://ibb.co/26pxSPK)
 * And this is the output when implementing the form with a shortcode on a Bricks
   page:
 * [https://ibb.co/dMcKygQ](https://ibb.co/dMcKygQ)
 * The radio buttons (the same applies for the checkboxes) are not aligned with 
   the text anymore.
 * Is there anything I can achieve with custom CSS?
    -  This topic was modified 3 years, 9 months ago by [chr.schmitz](https://wordpress.org/support/users/chrschmitz/).

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/render-issue-with-bricks/#post-15966171)
 * Hello [@chrschmitz](https://wordpress.org/support/users/chrschmitz/)
 * Thank you very much for using our plugin.
 * Could you please indicate the URL to the page that contains the form to check
   the inherited styles from Bricks?
 * Best regards.
 *  Thread Starter [chr.schmitz](https://wordpress.org/support/users/chrschmitz/)
 * (@chrschmitz)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/render-issue-with-bricks/#post-15966181)
 * This is currently on a local page. I will upload it to a temporary website.
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/render-issue-with-bricks/#post-15966227)
 * Hello [@chrschmitz](https://wordpress.org/support/users/chrschmitz/)
 * The issue is caused by the style definition below in the “[https://complex-honey.localsite.io/wp-content/themes/bricks/assets/css/frontend-light.min.css&#8221](https://complex-honey.localsite.io/wp-content/themes/bricks/assets/css/frontend-light.min.css&#8221);
   file:
 *     ```
       .input, input:not([type=submit]), select, textarea {
           border-style: solid;
           border-width: 1px;
           box-shadow: none;
           color: currentColor;
           display: block;
           font-size: inherit;
           line-height: 40px;
           outline: none;
           padding: 0 12px;
           transition: var(--bricks-transition);
           width: 100%;
       }
       ```
   
 * Specifically the CSS rule `display: block;`
 * You can rewrite the CSS rules by entering the style definition below through 
   the “Customize Form Design” attribute in the “Form Settings” tab ([https://resources.developers4web.com/cff/images/documentation/form-settings-tab.png](https://resources.developers4web.com/cff/images/documentation/form-settings-tab.png)):
 *     ```
       #fbuilder input[type="checkbox"],
       #fbuilder input[type="radio"]{display:inline !important;margin-right:10px !important;}
       ```
   
 * Best regards.
 *  Thread Starter [chr.schmitz](https://wordpress.org/support/users/chrschmitz/)
 * (@chrschmitz)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/render-issue-with-bricks/#post-15966294)
 * Many thanks for the speedy and helpful response!
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [3 years, 9 months ago](https://wordpress.org/support/topic/render-issue-with-bricks/#post-15966836)
 * [@chrschmitz](https://wordpress.org/support/users/chrschmitz/)  Please don’t 
   offer to send or post logon credentials on these forums: [https://wordpress.org/support/guidelines#the-bad-stuff](https://wordpress.org/support/guidelines#the-bad-stuff)**
   It is not OK to offer, enter, or send site credentials on these forums.** Thanks
   for your cooperation.
 * [@codepeople](https://wordpress.org/support/users/codepeople/) As you know, you
   should not be accepting credentials from users or logging into their sites if
   offered.
 * [https://wordpress.org/support/guidelines/#the-bad-stuff](https://wordpress.org/support/guidelines/#the-bad-stuff)
 * Now for the why: The internet is a wonderful place full of very nice people and
   a few very bad ones. I’m sure everyone here is very nice however, by giving some
   ones keys to your house you are trusting they wont steal anything. Likewise the
   person who takes the keys is now responsible for the house FOREVER.
 * If something was to go wrong, then you the author may well legally become liable
   for damages, which they would not normally have been as their software is provided
   without warranty.
 * **Please be aware that repeatedly asking for credentials will result in us escalating
   this to the plugins team.**
 * It’s never necessary to do that. Here’s why.
 * There are many ways to get information you need and accessing the user’s site
   is not one of them. That’s going too far.
    - Ask for a link to the [https://pastebin.com/](https://pastebin.com/) or [https://gist.github.com](https://gist.github.com)
      log of the user’s web server error log.
    - Ask the user to create and post a link to their `phpinfo();` output.
    - Ask the user to install the [Health Check plugin](https://wordpress.org/support/plugin/health-check/)
      and get the data that way.
    - Walk the user through [enabling WP_DEBUG and how to log that output to a file and how to share that file.](https://codex.wordpress.org/WP_DEBUG#WP_DEBUG_LOG_and_WP_DEBUG_DISPLAY)
    - Walk the user through basic troubleshooting steps such and disabling all other
      plugins, clear their cache and cookies and try again.
    - Ask the user for the step-by-step on how they can reproduce the problem.
 * You get the idea.
 * Volunteer support is not easy. But these forums need to a safe place for all 
   users, experienced or new. Accessing their system that way is a short cut that
   will get you into real trouble in these forums.

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

The topic ‘Render issue with Bricks’ 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/)

 * 5 replies
 * 3 participants
 * Last reply from: [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/render-issue-with-bricks/#post-15966836)
 * Status: resolved