@venkat Gotta be more specific with your problem. Someone may be able to help from this forum. Try opening an issue on github, but you'll have to describe your problem.
Template editing, where is defined {register_window:spansize}
-
Hi,
I am trying to edit template, and I see there is a variable which define bootstrap column size, the variable name is:
{register_window:spansize}
How we can define this for our custom template?
I suppose (and this is what I do) we can just simple ignore it, and remove.
But this return col-md-12 or col-md-6 for register.tpl (depend if social login are enabled or not).
Now I don't want left and right, but top and bottom (top social link and bottom register form).
I can only remove {register_window:spansize} and add my cols class.
Thanks!!