I new in CSS 3 but I so confuse with css when I try to design it follow my template
Example my title css in my template will be:
T-Shirt--------------------------more----
But when Title is too long
T-Shirt for Kid ----------------------------------more----
My border will be long too. I want my boder auto fix with my title it mean when title too long my border will be fix with my width.
Example my width is 700px;
title is load from database and my border width is 550px;
and when title is
T-Shirt--------------------------more----
when title too long my border will be fix
T-Shirt For Kid-----------------more----
Like this
How can I do it?