Jump to content

[SOLVED] Contact form layout


Recommended Posts

hi,

You just have to add div, then play with the css

For exemple, in the contact-form.tpl

After

{l s='For questions about an order or for information about our products'}.



You put this lines



Then in the global.css

you add this
#contactright{

   width:350px;
   float:right;
}
#contactleft{

   width:250px;
   float:left;
}



This is the basic code, after you can display your information as you want.


company name

Adresse

.....





And before [code]{/if}
Link to comment
Share on other sites

Thanks for the answer.

I'm not sure if I get it right. Shall I do this?:

Take the contact-form.tpl

and rewritte the div section so it looks like this


{l s=‘INfo comapny’}
{l s=‘Our telephone’}
{l s=‘xxxxx’}

.....




and administer the translations in the BO with as many languages as I want... Is that right?

Thanks in advance
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...