- Posts: 1
- Thank you received: 0
Margin problems
14 years 8 months ago #10513
by netspazz
Margin problems was created by netspazz
This must be a simple fix or configuration. I just installed the template and started playing with the modules. I have the Left-content-Right setup and with the left and right module positions there is not padding. Them main menu, or anything else in the module butt right up to the left side of the column. same on the Right Module. Is there some CSS that can be changed to add padding or adjust left side justificaion?
Link to site
hawktv.net/
thanks
Link to site
hawktv.net/
thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 8 months ago #10522
by ivan.milic
Replied by ivan.milic on topic Re: Margin problems
layout.css:
.column_left_top {
padding: 10px 0 1px 0;
margin-bottom: 10px;
}
and
.column_right_top {
padding: 10px 0 1px 0;
margin-bottom: 10px;
}
.column_left_top {
padding: 10px 0 1px 0;
margin-bottom: 10px;
}
and
.column_right_top {
padding: 10px 0 1px 0;
margin-bottom: 10px;
}
Please Log in to join the conversation.
Time to create page: 0.146 seconds