- Posts: 18
- Thank you received: 0
Alter Module Placeholder Height
-
burke
Inactive member - Topic Author
- New Member
Less
More
9 years 7 months ago #44989
by burke
Alter Module Placeholder Height was created by burke
I'm trying to adjust the height of a module place holder. I'm not sure if that's the best way to phrase it. but if you'll go to my site (link below), I'm trying to make the white area smaller (height), and then I'm trying to move the Hot Effects Rotator up. I've looked through all the css and php files, and I've tried adding in some height restrictions (max-height) and I can't figure it out. :S Any help would be greatly appreciated!
Thanks!
zacharysgrill.maburke.com/
Thanks!
zacharysgrill.maburke.com/
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 7 months ago #44991
by ivan.milic
Replied by ivan.milic on topic Alter Module Placeholder Height
Try this. In template_css.css find line:
.galleryrow {
...
}
and from that properties remove padding. Also, in same file put on the bottom
.mp_header2 .cell_pad {
margin-top: 5px!important;
}
.galleryrow {
...
}
and from that properties remove padding. Also, in same file put on the bottom
.mp_header2 .cell_pad {
margin-top: 5px!important;
}
The following user(s) said Thank You: burke
Please Log in to join the conversation.
Time to create page: 0.212 seconds