simpson7647 Posted September 23, 2010 Share Posted September 23, 2010 hi all, im after a little bit of help.I'm looking to space out the category text as its all bunched up and how do i shrink the text?many thanks and i look forward to your reply.ryan Link to comment Share on other sites More sharing options...
D-O-M Posted September 23, 2010 Share Posted September 23, 2010 look at source of page, find IDs and classes of categories list and edit them in css file loaded by page in header Link to comment Share on other sites More sharing options...
simpson7647 Posted September 23, 2010 Author Share Posted September 23, 2010 hmm i'm lost, source page??Sorry and thank you for the input Link to comment Share on other sites More sharing options...
D-O-M Posted September 23, 2010 Share Posted September 23, 2010 uh, i edited my post in bad topic, answer was right-mouse click somewhere in page, select "View page source" or something like that, search for code related to things you want to change then go in directory of your template and edit your css file Link to comment Share on other sites More sharing options...
simpson7647 Posted September 23, 2010 Author Share Posted September 23, 2010 waits for the answer (Y) Link to comment Share on other sites More sharing options...
razaro Posted September 23, 2010 Share Posted September 23, 2010 Do you mean category names in category block ?Then change in global.css (line 1254) div#categories_block_left ul.tree li { background:none repeat scroll 0 0 transparent; border:medium none; font-size:12px; font-weight:bold; line-height:12px; margin-left:0; margin-top:1px; padding-left:12px; } to div#categories_block_left ul.tree li { background:none repeat scroll 0 0 transparent; border:medium none; font-size:11px; font-weight:bold; line-height:12px; margin:12px 0; padding:6px 0 6px 12px; } Or try some other values for margin and padding. Link to comment Share on other sites More sharing options...
simpson7647 Posted September 23, 2010 Author Share Posted September 23, 2010 Im looking to add a little bit of a gap between the different catagory names.thanks Link to comment Share on other sites More sharing options...
simpson7647 Posted September 23, 2010 Author Share Posted September 23, 2010 where do i find category name/category block as i cant find either :/thanks Do you mean category names in category block ?Then change in global.css (line 1254)div#categories_block_left ul.tree li { background:none repeat scroll 0 0 transparent; border:medium none; font-size:12px; font-weight:bold; line-height:12px; margin-left:0; margin-top:1px; padding-left:12px; } to div#categories_block_left ul.tree li { background:none repeat scroll 0 0 transparent; border:medium none; font-size:11px; font-weight:bold; line-height:12px; margin:12px 0; padding:6px 0 6px 12px; } Or try some other values for margin and padding. Link to comment Share on other sites More sharing options...
D-O-M Posted September 24, 2010 Share Posted September 24, 2010 now this is right time looking for someone who will do it for you Link to comment Share on other sites More sharing options...
simpson7647 Posted September 24, 2010 Author Share Posted September 24, 2010 found it and spaced it out abit so thankyou for your help.Anyway i can put a line between each catagory title just so they can be read easily etc.thanks Link to comment Share on other sites More sharing options...
simpson7647 Posted September 26, 2010 Author Share Posted September 26, 2010 found it and spaced it out abit so thankyou for your help.Anyway i can put a line between each catagory title just so they can be read easily etc.thanks anyone?thanks Link to comment Share on other sites More sharing options...
razaro Posted September 26, 2010 Share Posted September 26, 2010 You can add bottom border to list element div#categories_block_left ul.tree li { background:none repeat scroll 0 0 transparent; border-bottom:1px solid #E6E6E6; font-weight:bold; line-height:22px; margin-top:1px; padding-left:12px; } at global.css (line 1254)Also small fixes in following code div.block h4 { background:url("../img/block_header.gif") no-repeat scroll left top transparent; color:#787878; font-family:Helvetica,Sans-Serif; font-size:12px; font-weight:bold; height:22px; line-height:1.3em; margin-bottom:0; padding-left:27px; padding-top:6px; text-transform:uppercase; } added margin-bottom:0 at global.css (line 920) #informations_block_left .block_content { margin-top:0; padding-top:10px; } at global.css (line 1184) Link to comment Share on other sites More sharing options...
simpson7647 Posted September 26, 2010 Author Share Posted September 26, 2010 thankyou, ill give it all a go Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now