- Posts: 14
- Thank you received: 0
Change the height of the left module
-
Houwa6
Inactive member - Topic Author
- New Member
Less
More
10 years 4 days ago #43694
by Houwa6
Change the height of the left module was created by Houwa6
Hi guys,
I'm just wondering if it's possible to change the height of the left module. I went through all the CSS and PHP files and couldn't see anything relative to the height of the left moduel.
Thanks.
I'm just wondering if it's possible to change the height of the left module. I went through all the CSS and PHP files and couldn't see anything relative to the height of the left moduel.
Thanks.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 3 days ago #43701
by ivan.milic
Replied by ivan.milic on topic Change the height of the left module
Which one, or you mean left column ?
Send link
Send link
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
10 years 2 days ago #43706
by milos
Replied by milos on topic Change the height of the left module
Height is leveled with main column. You can turn that off by removing:
BoxHeights.equalise('column_left','content_wrap');
and
replacing
BoxHeights.equalise('column_left','column_right','content_wrap');
with
BoxHeights.equalise('column_right','content_wrap');
in index.php of template
BoxHeights.equalise('column_left','content_wrap');
and
replacing
BoxHeights.equalise('column_left','column_right','content_wrap');
with
BoxHeights.equalise('column_right','content_wrap');
in index.php of template
The following user(s) said Thank You: Houwa6
Please Log in to join the conversation.
-
Houwa6
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
10 years 2 days ago - 10 years 2 days ago #43708
by Houwa6
Replied by Houwa6 on topic Change the height of the left module
Thanks guys, that sealed the deal for me.
One more thing though, when I add a background color (or image) to a module, I don't have the whole module wrapped with that background. I still have some borders left blank.
Does this have to do with the module's dimensions or Joomla! made it look that way ?
One more thing though, when I add a background color (or image) to a module, I don't have the whole module wrapped with that background. I still have some borders left blank.
Does this have to do with the module's dimensions or Joomla! made it look that way ?
Last edit: 10 years 2 days ago by Houwa6.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 day ago #43713
by ivan.milic
Replied by ivan.milic on topic Change the height of the left module
You are adding background to module container and it may be you actually what to do that for its container. That area where you don't see background is probably parent container
Please Log in to join the conversation.
-
Houwa6
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
10 years 1 day ago #43717
by Houwa6
Replied by Houwa6 on topic Change the height of the left module
And where can I find the parent container of a module.
I tried for the main content adding a <div style="background-color: xxxx";> in the begining of an article but it has the same effect. I don't know if I have to dig into the Joomla!'s code or in the template.
Even the left module does the same.
I tried to find any div parent in the source code, but couldn't find anything.
Could you point me to the right .php file ?
I tried for the main content adding a <div style="background-color: xxxx";> in the begining of an article but it has the same effect. I don't know if I have to dig into the Joomla!'s code or in the template.
Even the left module does the same.
I tried to find any div parent in the source code, but couldn't find anything.
Could you point me to the right .php file ?
Please Log in to join the conversation.
Time to create page: 0.177 seconds