InspireBook Template Bug

Everything looks great in profile until I add another field group. Then things get wonky. The first field is up instead of spaced down.
Screenshot attached.

Attachment Link(s):

http://rtcamp.com/wp-content/uploads/rtMedia/topics/66206/2014/06/Profile-Bug.png

Hello Josiah,
We will fix this issue in upcoming release.

You can solve it by adding following code in style.css or CSS code section in custom codes.

.clear { clear: both; content: ‘\0020’; display: block; height: 0; visibility: hidden; overflow: hidden; width: 0; }

Let me know it this helps.

Thanks

Worked great. Thank you.

You are welcome :slight_smile: