- Posts: 21
- Thank you received: 0
column and content height
-
hardimos
Inactive member - Topic Author
- Member
Less
More
11 years 4 months ago #31930
by hardimos
column and content height was created by hardimos
I started from scratch a template with sparky. I have problem with right column and condent height.
I can't adjust the height to meet one another. I mean, if lets say the right column height for a page is let's say 1000px, then the main content must expand to meet this height (or vice versa).
Any idea to resolve this?
I'm novice with joomla-sparky.
thanks
I can't adjust the height to meet one another. I mean, if lets say the right column height for a page is let's say 1000px, then the main content must expand to meet this height (or vice versa).
Any idea to resolve this?
I'm novice with joomla-sparky.
thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #31939
by ivan.milic
Replied by ivan.milic on topic column and content height
You can use min-height to define minimal height for those module positions that would be quickest solution second solution would be something using javascript which would be basically be dynamic version of first solution that will find position with biggest height and set min-height of all positions to that value
The following user(s) said Thank You: hardimos
Please Log in to join the conversation.
-
hardimos
Inactive member - Topic Author
- Member
Less
More
- Posts: 21
- Thank you received: 0
11 years 4 months ago #32032
by hardimos
Replied by hardimos on topic column and content height
Maybe i wasn't accurate with my problem
see the below links
www.kalentzi.gr/index.php
(this is right)
www.kalentzi.gr/index.php/landmarks/nature
(this is wrong. The right column should expand verticaly with gray color)
see the below links
www.kalentzi.gr/index.php
(this is right)
www.kalentzi.gr/index.php/landmarks/nature
(this is wrong. The right column should expand verticaly with gray color)
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #32039
by ivan.milic
Replied by ivan.milic on topic column and content height
Put this at bottom of template_css.css:
.mp_right {
min-height:1520px;
}
.mp_right {
min-height:1520px;
}
Please Log in to join the conversation.
Time to create page: 0.163 seconds