News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Shipment page modify text

Started by TAIWAR, August 20, 2013, 16:20:49 PM

Previous topic - Next topic

TAIWAR

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]

Maxim Pishnyak

You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

jenkinhill

Use Firebug to see if you can increase the width of the container element.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

TAIWAR

Ok thank you but now I don't really know how! the line is ok. I ve downlowed some extension and now is ok...

Maxim Pishnyak

You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

TAIWAR


Maxim Pishnyak

Post here a screen shot where you are trying to increase the width of the container element with the help of Firebug.
You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

TAIWAR

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.