Hi
If you look at http://www.justgocampers.com you will see a slideshow and also a booking query form in the showcase position.
What I want to do is over lay the form over the slideshow like the file attached, can you advise me how this can be done
Thanks
- ticmic
- Commercial Templates
- Thursday, 07 January 2016
- Subscribe via email
Hello
If you could place your form module in the same module position as your slideshow we will see if this is possible via some custom CSS.
Ciarán
If you could place your form module in the same module position as your slideshow we will see if this is possible via some custom CSS.
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hi Nigel
Adding the following Custom CSS will overlay your second module over the first. As your form is in an iframe we are unable to edit it via the templates CSS. I presume you would have some control of this on your side as you will need to alter the positioning of the form within the iframe.
Ciarán
Adding the following Custom CSS will overlay your second module over the first. As your form is in an iframe we are unable to edit it via the templates CSS. I presume you would have some control of this on your side as you will need to alter the positioning of the form within the iframe.
.showcase .module:nth-child(2) {
position: absolute;
z-index: 105;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Thanks,
I have attached the form css, and to be 100% honest I do not have a clue what needs to be changed, can you have a look and advise me, I understand that this is over and beyond but I would really appriciate it
Cheers
nigel
I have attached the form css, and to be 100% honest I do not have a clue what needs to be changed, can you have a look and advise me, I understand that this is over and beyond but I would really appriciate it
Cheers
nigel
- more than a month ago
- Commercial Templates
- # 6
Hi Nigel
It would be easier for us to come up with the needed changes by looking at a live version of the issue. If you could revert your form module back to the showcase position we will take a look.
Ciarán
It would be easier for us to come up with the needed changes by looking at a live version of the issue. If you could revert your form module back to the showcase position we will take a look.
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Thank you
Try adding the following to your iFrames CSS...
You may need to increase the height of your slideshow to accommodate your form fully.
Ciarán
Try adding the following to your iFrames CSS...
#blockrandom {
margin-top: 0 !important;
}
You may need to increase the height of your slideshow to accommodate your form fully.
Ciarán
- more than a month ago
- Commercial Templates
- # 9
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »