Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How do I force a module size? I have an extension that has a tab you click that slides out where other modules are placed in. I put in a login module and cant seem to figure out how to make the login module size become forced. Instead whats happening is it's extending the entire length so that the login fields are really long.

I already tried several different things such as using NoNumbers module anywhere extension. What I did there was created a normal login module then created a new custom html module. Within that custom html module I linked the login module I already created then made a table cell, that table cell was given 75px. It didn't work to say the least...

Also its worth noting that the login module doesn't have a field to set it's size neither does the tab slider have any field to force the size.

Thanks in advance!

share|improve this question
Joomla alone cannot do this - you will need to write some CSS to style the module and set its width. If you provide a link to your website we may be able to write the CSS for you. – jingtao Feb 25 at 13:40

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.