Change the height of the left module

  • Houwa6
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 4 days ago #43694 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.

Please Log in to join the conversation.

More
10 years 3 days ago #43701 by ivan.milic
Which one, or you mean left column ?
Send link

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
10 years 2 days ago #43706 by milos
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
The following user(s) said Thank You: Houwa6

Please Log in to join the conversation.

  • Houwa6
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 2 days ago - 10 years 2 days ago #43708 by Houwa6
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 ?
Last edit: 10 years 2 days ago by Houwa6.

Please Log in to join the conversation.

More
10 years 1 day ago #43713 by ivan.milic
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
  • New Member
More
10 years 1 day ago #43717 by Houwa6
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 ?

Please Log in to join the conversation.

Time to create page: 0.177 seconds
Powered by Kunena Forum