Page 1 of 1
Another layout Contact Form
Posted: 01 May 2015, 11:43
by zuro
Is it possible insert text or image to left side in Contact Form page ?
Like this ->
Re: Another layout Contact Form
Posted: 01 May 2015, 15:56
by mjau-mjau
Yes, but did you consider how it would work on mobile devices with small screens?
Imagevue X3 comes with a responsive grid system, and I could provide an example on how to achieve a similar layout as outlined, that collapses on smaller screens. Just keep in mind the html code will be relatively intermediate+ from a web design perspective, and there are logical reasons why this is not something you can just do by yourself unless you have some experience in the field.
Re: Another layout Contact Form
Posted: 02 May 2015, 03:20
by zuro
I have only 3-5 mobile visitors a month. It's not a problem for me
Re: Another layout Contact Form
Posted: 03 May 2015, 03:38
by mjau-mjau
Here is a quick mock-up of the columns layout, although I have not added additional detailed styles like outlines, text-alignments and page widths. X3 is more modern than the page in your snapshot, and it does not make sense to spend time with over-complicated code just to equalize code for a single page layout.
---
<div class="row text-left">
<div class="medium-4 columns">
<strong>Address</strong><br>
Lorem ipsum
<hr>
<strong>Phones</strong><br>
lorem ipsum<br>
lorem ipsum<br>
lorem ipsum
<hr>
<strong>Email Addresses</strong><br>
lorem ipsum<br>
lorem ipsum<br>
lorem ipsum
</div>
<div class="medium-8 columns">
[contact]
</div>
</div>
Re: Another layout Contact Form
Posted: 03 May 2015, 08:12
by zuro
Big thanks !!!
Works like a charm .