RESOLVED: find #column-left div.moduletable div?

More
12 years 10 months ago - 12 years 10 months ago #18958 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
Attachments:
Last edit: 12 years 10 months ago by scottshort. Reason: RESOLVED

Please Log in to join the conversation.

More
12 years 10 months ago #18968 by ivan.milic
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)
The following user(s) said Thank You: scottshort

Please Log in to join the conversation.

More
12 years 10 months ago #18985 by scottshort
This worked. Thanks again Ivan for all your support

Regards
Scott

Please Log in to join the conversation.

Time to create page: 0.155 seconds
Powered by Kunena Forum