Forums

Display Chronoforms module over slideshow module

belli 21 Nov, 2013
Hi,

I'm trying to put Chronoform module over slideshow module in my homepage, but it doesn't work for now: http://demo5.andreabellidesign.it/

I would home page were like as attached file.

How can I make thies change? Maybe CSS ?

Can you help me?

Thank you
GreyHead 21 Nov, 2013
Hi belli,

Try something like this:

form.Chronoform {
    background-color: #FFFFFF;
    border: 3px solid #C0C0C0;
    left: 800px;
    position: relative;
    top: 240px;
    width: 360px;
    z-index: 100000;
}

Bob
belli 22 Nov, 2013
Thank you Bob, you're so punctual and helpful😉

Where do I put this code? In my main css?
GreyHead 24 Nov, 2013
Hi belli,

You could; I'd use a Load CSS action in the form Load event (or on the Others tab in the Easy Wizard).

Bob
belli 26 Nov, 2013
I put it in main css of template...and seems to work right now😉

Thank you Bob
This topic is locked and no more replies can be posted.