- Posts: 21
- Thank you received: 0
Left column module margin
-
kennedyronald
Inactive member - Topic Author
- Offline
- Member
-
Less
More
15 years 2 months ago #5167
by kennedyronald
Left column module margin was created by kennedyronald
I want to reduce the left-margin in front of modules in the left column but for the life of me can't find it in the css-files... I thought it was left_column_pad but I don't see any settings here that could cause the left margin?
Basically I want (much) less white space in front of the modules in the left column (it is OK for module headers and li). Hope you can help out again.
Thanks so much,
Ronald
Basically I want (much) less white space in front of the modules in the left column (it is OK for module headers and li). Hope you can help out again.
Thanks so much,
Ronald
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
15 years 2 months ago #5207
by ivan.milic
Replied by ivan.milic on topic Re: Left column module margin
Layout.css
.column_left_pad {
padding: 15px 0 0 0;
}
Template=>Edit HTML
#column_left div.moduletable p, #column_left div.moduletable div {
padding: 0 30px;
color: #B7A68F;
}
.column_left_pad {
padding: 15px 0 0 0;
}
Template=>Edit HTML
#column_left div.moduletable p, #column_left div.moduletable div {
padding: 0 30px;
color: #B7A68F;
}
The following user(s) said Thank You: kennedyronald
Please Log in to join the conversation.
Time to create page: 0.164 seconds