Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

css problem

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi - I've found a neat login module from SourceCoast, but I'm having trouble customising the width of a modal window to make it narrower.
www.leadbetters.co.uk/newsite
J3.3 Resposive template
The login button is bottom right on every page, and this is the modified CSS - which is not working:
#login-modal .sourcecoast, .modal
{
max-width:300px;
left:60%;
}
It works when I edit it in Chrome, but not on the live site.
Any idea what I'm missing?
Thanks
Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
.sourcecoast.modal {max-width:400px;}

Should work if added to the custom.css file

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks Paul - that's perfect. I think I tried every combination except the one that works.
Thanks again
Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
No problem

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers