anson.c Posted April 29, 2010 Share Posted April 29, 2010 I'm wondering if anyone here can help me to style a block? (See attachments)1. Basically I want the grey line go all the way across the block right underneath the price.2. Time Remaining stay in the center below all the product info.Thanks alot! Link to comment Share on other sites More sharing options...
anson.c Posted April 29, 2010 Author Share Posted April 29, 2010 .tpl attached! timer.zip Link to comment Share on other sites More sharing options...
razaro Posted April 29, 2010 Share Posted April 29, 2010 Add this code div#refresh > ul.products { border-bottom:thin solid #BDC2C9; padding-bottom:2em; } div#refresh > ul.products > li { border-bottom:none; } Link to comment Share on other sites More sharing options...
anson.c Posted April 29, 2010 Author Share Posted April 29, 2010 Thanks!However the block won't resize itself if there's some longer text such as a long title. I guess it has to deal with the block's .tpl instead of the global.css. I'm still trying to figure it out.... and it looks kind of messy now. www.ecyclog.com Link to comment Share on other sites More sharing options...
razaro Posted April 29, 2010 Share Posted April 29, 2010 Yeah code is a mess :-)First you need to whole div id=randomspecial outside ul element And delete or comment out height in .blockspecials ul { /* height:8em; */ } global.css (line 1185) Link to comment Share on other sites More sharing options...
anson.c Posted April 29, 2010 Author Share Posted April 29, 2010 Thank you so much razaro! You fixed two problems for me on the same day. You certain did make my day!!! 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