Hello,
I try to find the php code with firebug where I can modify the text position of the shipment...
In fact the text is not in one line when the text is long how to change it please ?
[attachment cleanup by admin]
Link?
Use Firebug to see if you can increase the width of the container element.
Ok thank you but now I don't really know how! the line is ok. I ve downlowed some extension and now is ok...
So everything is ok?
Not yet...
Post here a screen shot where you are trying to increase the width of the container element with the help of Firebug.
I use Artisteer template :
in my template.css
fieldset label
{
display: inline-block;
width: 12em;
}
I change it like Joomla demo template :
fieldset label
{
margin: 10px 0;
padding: 15px 0;
}
And now I have it in one line.