Blank column on left of Lesson Multiple Choice

Blank column on left of Lesson Multiple Choice

by Pat McDenn -
Number of replies: 1

We are attempting to format our questions but for some reason there is a blank column on the left that pushes the answers to the right, so it seems like they are center aligned. However, they are left aligned in the right column.

Would anyone know how to remove this left column? Or what the purpose of it is?

This is in a Lesson. 

Thank you for your time.


Average of ratings: -
In reply to Pat McDenn

Re: Blank column on left of Lesson Multiple Choice

by Pat McDenn -
A possible other solution, if someone would be able to help the implementation.

If deleting the column that is automatically placed is not an option, reducing it to a size of 0 accomplishes the same end goal.
In the case above, if, as the page loads, I could have every instance of 

div.col-md-3


replaced with

div.col-md-0


It would solve the problem. However, I would only want this to happen on these specific pages, as if this happened universally, it could mess up other columns. That said, I could make it a blanket rule not to use the type "col-md" as this would be reserved for this lesson "glitch". 

I'm not certain how to make this change on lesson pages only.

Thank you again