VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: TAIWAR on August 20, 2013, 16:20:49 PM

Title: Shipment page modify text
Post by: TAIWAR on August 20, 2013, 16:20:49 PM
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]
Title: Re: Shipment page modify text
Post by: Maxim Pishnyak on August 24, 2013, 12:09:48 PM
Link?
Title: Re: Shipment page modify text
Post by: jenkinhill on August 24, 2013, 12:14:26 PM
Use Firebug to see if you can increase the width of the container element.
Title: Re: Shipment page modify text
Post by: TAIWAR on August 25, 2013, 23:37:06 PM
Ok thank you but now I don't really know how! the line is ok. I ve downlowed some extension and now is ok...
Title: Re: Shipment page modify text
Post by: Maxim Pishnyak on August 28, 2013, 15:33:48 PM
So everything is ok?
Title: Re: Shipment page modify text
Post by: TAIWAR on August 28, 2013, 16:22:04 PM
Not yet...
Title: Re: Shipment page modify text
Post by: Maxim Pishnyak on August 28, 2013, 19:55:34 PM
Post here a screen shot where you are trying to increase the width of the container element with the help of Firebug.
Title: Re: Shipment page modify text
Post by: TAIWAR on October 28, 2013, 10:47:38 AM
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.