scenteddelights Posted August 10, 2013 Share Posted August 10, 2013 (edited) Hey all, Got an issue, my site under my second block on the left default titled information. i created some test cms categories and if you notice the spacing between them titles is kinda large. Can someone tell me how to make this smaller so they list below one another without the gap? Thank you www.ScentedDelightCandles.com Edited August 11, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted August 10, 2013 Share Posted August 10, 2013 the code that you've got now: each li element has got <b> </b> tag with margin-left:2em; i know that it sounds strange, but if you remove this tag from the block cms .tpl file - everything will works as you expect Link to comment Share on other sites More sharing options...
stottycabanas Posted August 10, 2013 Share Posted August 10, 2013 Vekia, should that be blockcms.tpl? Link to comment Share on other sites More sharing options...
tdr170 Posted August 10, 2013 Share Posted August 10, 2013 (edited) Look at the HTML code for the CMS page you created in the BO for this block, chances are it has added some extra info. Edited August 10, 2013 by tdr170 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted August 10, 2013 Share Posted August 10, 2013 ohh it was my mistake, that's correct, you have to edit the blockcms module template file Link to comment Share on other sites More sharing options...
scenteddelights Posted August 11, 2013 Author Share Posted August 11, 2013 ok i'm not seeing the code that you have listed above, i've gone to /home/apex2012/public_html/themes/default/modules/blockcms/blockcms.tpl and /home/apex2012/public_html/modules/blockcms/blockcms.tpl i see something saying: {if isset($cms_page.link)}<li class="bullet"><b style="margin-left:2em;"> Link to comment Share on other sites More sharing options...
vekia Posted August 11, 2013 Share Posted August 11, 2013 so just remove the: style="margin-left:2em;" and everything should work Link to comment Share on other sites More sharing options...
scenteddelights Posted August 11, 2013 Author Share Posted August 11, 2013 Great, thanks for the help, everything worked well and it went smaller spacing Link to comment Share on other sites More sharing options...
vekia Posted August 11, 2013 Share Posted August 11, 2013 thanks for confirmation that it works as you expected im going to mark this topic as [solved] if you will have any additonal questions - feel free to continue discussion best regards Link to comment Share on other sites More sharing options...
Recommended Posts