RESOLVED: Reduce Width of User9 Module Position

More
12 years 10 months ago - 12 years 10 months ago #18720 by scottshort
Hi,

Could you tell me what file to edit and exactly where in order to reduce the width of the User9 module position? It currently extends from the right edge of the template all the way to the logo. I have a login module that places the username and logout button on far edges of the module field so I end up with the logoff button on the far right but the username and greeting on far left next to the logo. Can you tell me the current width of this module position in pixels and where I need to edit to reduce it to about 1/3 of its current width. Thanks for your help.




Regards
Scott
Attachments:
Last edit: 12 years 10 months ago by scottshort. Reason: PROBLEM RESOLVED..THANKS!

Please Log in to join the conversation.

More
12 years 10 months ago #18730 by ivan.milic
template_css.php:

.user9 {
height:73px;
width:<?php echo $headerModulesWidth; ?>px;
}

you can put fixed value for width like:

.user9 {
height:73px;
width:200px;
}

Please Log in to join the conversation.

More
12 years 10 months ago - 12 years 10 months ago #18737 by scottshort
Hi Ivan and thanks for your reply. I made the edit you suggested and width is about right, but the right side of the original module was reduced leaving me with module in center left of template. I would like it on far right side. Is there a way to do that with a modified edit?





Regards
Scott
Attachments:
Last edit: 12 years 10 months ago by scottshort. Reason: reattach missing file

Please Log in to join the conversation.

More
12 years 10 months ago #18745 by ivan.milic
add float:right;

.user9 {
height:73px;
width:200px;
float:right;
}

Please Log in to join the conversation.

More
12 years 10 months ago - 12 years 10 months ago #18829 by scottshort
Hi again Ivan,

Thanks for your help.

Adding 'float right' also did not work as seen in attached pic. It caused User3 module to move above User9. Part of problem might be that I have crammed three modules into User9 ...however they are all working great except and are in good position except for the login module. If you have any other easy suggestions I would appreciate it.





I am also trying to get assistance from login module support, but they might not be as willing to "walk me through the code" like you all do at Hot Joomla. I give you hi regards for this level of support, where others just tell me to "edit the files"....

Regards
Scott
Attachments:
Last edit: 12 years 10 months ago by scottshort.

Please Log in to join the conversation.

More
12 years 10 months ago #18836 by ivan.milic

Please Log in to join the conversation.

Time to create page: 0.080 seconds
Powered by Kunena Forum