- Posts: 5
- Thank you received: 0
Change size of LEFT SIDE column
-
alkis12
Inactive member - Topic Author
- New Member
Less
More
11 years 9 months ago #27564
by alkis12
Change size of LEFT SIDE column was created by alkis12
Sorry if this has been answered before but I could not find it. I need to change the padding and the overall size of the left side column. Which file do I modify and which lines of code?
Thanks
Alkis
Thanks
Alkis
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 9 months ago #27580
by ivan.milic
Replied by ivan.milic on topic Change size of LEFT SIDE column
Width of right and left column can be set from template parameters. For padding see :
.column_left_pad {
padding: 30px 15px;
border: 1px solid #ddd;
margin: 0 35px 0 0;
line-height: 20px;
font-size: 11px;
}
that is in layout.css
.column_left_pad {
padding: 30px 15px;
border: 1px solid #ddd;
margin: 0 35px 0 0;
line-height: 20px;
font-size: 11px;
}
that is in layout.css
The following user(s) said Thank You: alkis12
Please Log in to join the conversation.
Time to create page: 0.173 seconds