kasperisager / vanilla-bootstrap

Kickstart your Vanilla-powered community forums with a fresh and solid theme that is ready to be customized to your heart's desires.
http://vanillaforums.org/addon/bootstrap-theme
MIT License
174 stars 62 forks source link

Embedded comments overlap #96

Closed wilson29thid closed 8 years ago

wilson29thid commented 10 years ago

It seems when I embed Vanilla comments via iframe or embed.js, the alignment breaks and the elements overlap. Any idea what's wrong?

Example: http://i.imgur.com/4mOPpAB.png

kasperisager commented 10 years ago

Support for embedded comments is not something I've explicitly added yet. I will however add it to the roadmap!

Co0olCat commented 9 years ago

Bump

Co0olCat commented 9 years ago

First of all: Great theme! I like it and use it.

This is what I have used to fix the problem. I am using Style: Paper

In custom_paper.css:

Change from .MessageForm .Buttons { margin: 15px -15px -15px; text-align: right }

To .MessageForm .Buttons { margin: -1px 0px 20px; text-align: right }

In style.css

Change from

.MessageForm .Buttons { margin: 15px -15px -15px; text-align: right }

To

.MessageForm .Buttons { text-align: right }

Add to custom_style.css at the end:

.Embed { margin-right: 1px; padding-bottom: 20px; }

Thank you.

Kind regards, TY

kasperisager commented 8 years ago

Closing as the project won't receive further updates until the release of Bootstrap 4.