- Posts: 94
- Thank you received: 0
RESOLVED: find #column-left div.moduletable div?
-
scottshort
Inactive member -
Topic Author
- Member
-
Less
More
12 years 10 months ago - 12 years 10 months ago #18958
by scottshort
RESOLVED: find #column-left div.moduletable div? was created by scottshort
Hi,
I need to reduce padding in the code as it is messing up my shopping cart:
#column_left div.moduletable div {
color: #B7A68F;
padding: 0 30px;
}
But I can not find this code. It is not in template_css.css or is it in layout.css.... Can you help me by pointing out where I can edit this css? I have attached pic showing Firebug and link is in moderator.
Thanks
Scott
I need to reduce padding in the code as it is messing up my shopping cart:
#column_left div.moduletable div {
color: #B7A68F;
padding: 0 30px;
}
But I can not find this code. It is not in template_css.css or is it in layout.css.... Can you help me by pointing out where I can edit this css? I have attached pic showing Firebug and link is in moderator.
Thanks
Scott
Last edit: 12 years 10 months ago by scottshort. Reason: RESOLVED
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #18968
by ivan.milic
Replied by ivan.milic on topic Re: Where can I find #column-left div.moduletable div?
that would be template_css.php , it's generated, if you are not comfortable with messing php file , you can just add it again at bottom of template_css.css:
#column_left div.moduletable div {
padding: 0 20px!important;
}
(i have put 20px in example, you put what you need)
#column_left div.moduletable div {
padding: 0 20px!important;
}
(i have put 20px in example, you put what you need)
The following user(s) said Thank You: scottshort
Please Log in to join the conversation.
-
scottshort
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 94
- Thank you received: 0
12 years 10 months ago #18985
by scottshort
Replied by scottshort on topic Re: Where can I find #column-left div.moduletable div?
This worked. Thanks again Ivan for all your support
Regards
Scott
Regards
Scott
Please Log in to join the conversation.
Time to create page: 0.155 seconds