- Posts: 9
- Thank you received: 0
Class problems - module TOP3-4
-
giuliodd
Inactive member - Topic Author
- New Member
Less
More
10 years 10 months ago - 10 years 10 months ago #37332
by giuliodd
Class problems - module TOP3-4 was created by giuliodd
Hi
my problem is summarized in the attached. I added 2 modules (top3 and 4) but their formatting is different from the existing ones. How so?
Can anybody help?
Thanks
my problem is summarized in the attached. I added 2 modules (top3 and 4) but their formatting is different from the existing ones. How so?
Can anybody help?
Thanks
Last edit: 10 years 10 months ago by giuliodd.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #37344
by ivan.milic
Replied by ivan.milic on topic Class problems - module TOP3-4
Send link
Please Log in to join the conversation.
-
giuliodd
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
10 years 10 months ago #37347
by giuliodd
Replied by giuliodd on topic Class problems - module TOP3-4
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #37350
by ivan.milic
Replied by ivan.milic on topic Class problems - module TOP3-4
Last two have module suffix '_toprow'
Please Log in to join the conversation.
-
giuliodd
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
10 years 10 months ago #37353
by giuliodd
Replied by giuliodd on topic Class problems - module TOP3-4
only top3 ...i was trying solutions.
now i removed, but problem is the same
now i removed, but problem is the same
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #37355
by ivan.milic
Replied by ivan.milic on topic Class problems - module TOP3-4
In layout.css, you have:
.mp_top1 .cell_pad,
.mp_top2 .cell_pad,
.content_hot_gaming_zone .cell_pad,
.mp_right .cell_pad {
background-color: rgba(1, 6, 10, 0.85);
padding: 12px;
}
modify it to:
.mp_top1 .cell_pad,
.mp_top2 .cell_pad,
.mp_top3 .cell_pad,
.mp_top4 .cell_pad,
.content_hot_gaming_zone .cell_pad,
.mp_right .cell_pad {
background-color: rgba(1, 6, 10, 0.85);
padding: 12px;
}
.mp_top1 .cell_pad,
.mp_top2 .cell_pad,
.content_hot_gaming_zone .cell_pad,
.mp_right .cell_pad {
background-color: rgba(1, 6, 10, 0.85);
padding: 12px;
}
modify it to:
.mp_top1 .cell_pad,
.mp_top2 .cell_pad,
.mp_top3 .cell_pad,
.mp_top4 .cell_pad,
.content_hot_gaming_zone .cell_pad,
.mp_right .cell_pad {
background-color: rgba(1, 6, 10, 0.85);
padding: 12px;
}
Please Log in to join the conversation.
Time to create page: 0.191 seconds