Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
zuro
Experienced
Topic Author
Posts: 55
Joined: 24 Jan 2011, 12:04

Another layout Contact Form

01 May 2015, 11:43

Is it possible insert text or image to left side in Contact Form page ?
Like this ->
Attachments
contact form.JPG
contact form.JPG (27.66 KiB) Viewed 2975 times
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Another layout Contact Form

01 May 2015, 15:56

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.
 
User avatar
zuro
Experienced
Topic Author
Posts: 55
Joined: 24 Jan 2011, 12:04

Re: Another layout Contact Form

02 May 2015, 03:20

I have only 3-5 mobile visitors a month. It's not a problem for me
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Another layout Contact Form

03 May 2015, 03:38

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.
Image
Code
---
<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>
 
User avatar
zuro
Experienced
Topic Author
Posts: 55
Joined: 24 Jan 2011, 12:04

Re: Another layout Contact Form

03 May 2015, 08:12

Big thanks !!!
Works like a charm .