- Posts: 163
- Thank you received: 1
how to get content and right modules to same heigh
-
maryswave
Inactive member -
Topic Author
- Member
-
Less
More
11 years 1 week ago #37850
by maryswave
how to get content and right modules to same heigh was created by maryswave
I tried the equal height feature in the backend but obviously I do not know how to use it because it messed everything up, I just want the right module area to have the same background as the content area with a matching height.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 week ago #37855
by ivan.milic
Replied by ivan.milic on topic how to get content and right modules to same heigh
Add this to bottom of template_css.css:
.sparky_full > DIV.container{
background:$fff;
}
.sparky_full > DIV.container{
background:$fff;
}
Please Log in to join the conversation.
-
maryswave
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 163
- Thank you received: 1
11 years 1 week ago #37864
by maryswave
Replied by maryswave on topic how to get content and right modules to same heigh
that does not work well, I had already tried something else that produced the following image
note: the menu area and other content areas will also have that color and no amount of adding more and more code seems to fix it
all I want to do is match the height of mp_right to the content area
note: the menu area and other content areas will also have that color and no amount of adding more and more code seems to fix it
all I want to do is match the height of mp_right to the content area
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 week ago #37871
by ivan.milic
Replied by ivan.milic on topic how to get content and right modules to same heigh
Remove what you added and keep that code I gave you - it has to work.
Please Log in to join the conversation.
-
maryswave
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 163
- Thank you received: 1
10 years 11 months ago #38146
by maryswave
Replied by maryswave on topic how to get content and right modules to same heigh
the code you gave me produced what you see in the picture, I can make a video to demonstrate that for you if that is needed.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #38150
by ivan.milic
Replied by ivan.milic on topic how to get content and right modules to same heigh
I see i have typed $ instead of # , this is code:
.sparky_full > DIV.container{
background:#fff;
}
.sparky_full > DIV.container{
background:#fff;
}
Please Log in to join the conversation.
Time to create page: 0.163 seconds