Topic-icon Horizontal mode not working

Active Subscriptions:

None
7 years 1 month ago #60929 by ianpanorton
Hi - I've installed SCLogin enhanced, but horizontal and modal modes are not working.
I found a thread where it was suggested to use the following override:

.sclogin .control-group {
clear: none;
}

This has not worked for me. The website is www.swanseainbloom.co.uk and the login is on the home page.
Any idea where I'm going wrong?
Thanks

Ian
The topic has been locked.
Support Specialist
7 years 1 month ago #60931 by mel
Replied by mel on topic Horizontal mode not working
It looks like you're using the modal option for SCLogin, but I don't see the correct modal javascript included on the page. In the SCLogin module > Advanced parameters section, could you try enabling the 'Load jQuery' option to see if there's any effect?

-Melissa
The topic has been locked.
Active Subscriptions:

None
7 years 1 month ago #60947 by ianpanorton
Hi Melissa - many thanks for getting back to me so quickly.

I've enabled Load Jquery and the modal login is now working :-) but the horizontal option is still not working.

Any more ideas?

Thanks again,

Ian
The topic has been locked.
Support Specialist
7 years 1 month ago #60948 by mel
Replied by mel on topic Horizontal mode not working
This is a conflict with the template/theme on your site. The following style is what's causing the issue:
.control-group {
width:100%;
}

To fix this:
1. You can add the following style:
.sclogin .control-group { 
width: auto;
}

2. After #1, you'll see that the width of the module is still not all in one line, but this is because the module is in a template position with width of 23.5%. With the browser tools, I changed it to 100% temporarily and they are all in line at that point. I would suggest either moving the module to a different position, creating a new position or changing the css width of that position (whichever of these fits best for the rest of your site content too).

-Melissa
The topic has been locked.
Active Subscriptions:

None
7 years 1 month ago #60952 by ianpanorton
Hi Melissa - that's all sorted.

Many thanks for your prompt support :-)

Best wishes

Ian
The topic has been locked.
Support Specialist
7 years 1 month ago #60953 by mel
Replied by mel on topic Horizontal mode not working
Glad it was an easy fix and is resolved. Let us know if you run into any other problems.

-Melissa
The topic has been locked.
Active Subscriptions:

None
7 years 1 month ago #60954 by ianpanorton
Will do :-)

Thanks again

Ian
The topic has been locked.