Hi,
I want to customize my classipress theme using a child theme (increase site font size, widen site layout, reduce sidebar widget size, increase content space, featured ads size/font, icon for category items etc.).
Please direct me to the css classes involved so I can do it in my child theme. I am able to change the container font size from here
.container {
margin: 0;
padding: 0;
width: 100%;
min-width: 960px;
font: normal 18px/1.5em Arial, Helvetica, sans-serif;
color: #4f4f4f;
}
Please show me the other css.
Thanks.