- Posts: 99
- Thank you received: 0
Changing the size of moduletable
-
mojastran
Inactive member -
Topic Author
- Member
-
Less
More
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #29736
by ivan.milic
Replied by ivan.milic on topic Changing the size of moduletable
Maybe 170px will be good?
Please Log in to join the conversation.
-
mojastran
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 99
- Thank you received: 0
11 years 11 months ago - 11 years 11 months ago #29738
by mojastran
Replied by mojastran on topic Changing the size of moduletable
The problem is it looks different depending on screen resolution and in each browser. If resolution is low or screen is smaller you can scroll down or up in panel (the panel adapts to the screen) and it looks ok in ie, the modules stay inside of panel but in chrome they go partly out of the panel frame. It would be ideal if the space between modules (carousels) would adapt to the height of the panel.
Last edit: 11 years 11 months ago by mojastran.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago - 11 years 11 months ago #29739
by ivan.milic
Replied by ivan.milic on topic Changing the size of moduletable
Since moving panel position is fixed so overflow:hidden; does not work only solution would be to make panel full height:
.jPanel, .jPanel .jpanelContent{
top:0px!important;
height:100%!important;
}
.jPanel, .jPanel .jpanelContent{
top:0px!important;
height:100%!important;
}
Last edit: 11 years 11 months ago by ivan.milic.
Please Log in to join the conversation.
-
mojastran
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 99
- Thank you received: 0
11 years 11 months ago - 11 years 11 months ago #29784
by mojastran
Replied by mojastran on topic Changing the size of moduletable
I didn't use that. It seems this is the problem only in Chrome on some screen resolutions.
Thanks.
Thanks.
Last edit: 11 years 11 months ago by mojastran.
Please Log in to join the conversation.
Time to create page: 0.081 seconds