-
AuthorPosts
-
January 7, 2016 at 5:13 pm #561375
Hi folks,
i have a problem placing one image over another. I tried using z-index, but nothing is taking effect.
.s3 { margin-right: -350px!important; z-index: 1!important; }…Frontpage, second color section. The text box should flow over the image like in the image-collage in the first colorsection.
Thanks Simon
January 7, 2016 at 5:47 pm #561389Hey simonac!
Even after logging in, i am seeing a landing page. Can you please switch user role to administrator?
Best regards,
YigitJanuary 8, 2016 at 5:49 pm #562127So the blue image box sould overlap the image of the woman
like you see in the link(collage)
January 8, 2016 at 6:04 pm #562131Hey!
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your image element on the left and give it a custom class (‘your-custom-class’ in example) and then edit the column element your image on the left is in and give it a custom CSS as well (‘your-custom-column’ in example) and then add following code to Quick CSS
.your-custom-class { position: relative; left: 90px; } .your-custom-column { z-index: 5; }Regards,
YigitJanuary 8, 2016 at 6:29 pm #562149The graphic is still behind the image. It should be the other way.
January 8, 2016 at 6:31 pm #562152Hi!
Seems like you forgot to edit your column and to give it a custom class. You can try adjusting 5 to 6 in the code i posted above after giving left column a custom class
Best regards,
YigitJanuary 8, 2016 at 6:44 pm #562161Now i edited the correct column but still not the way it should. I also tried 6 instead of 5.
Regards, Simon
January 8, 2016 at 7:07 pm #562170I had to give the right column a custom id and put this into quick css as well
.column2 { z-index: 0!important; }January 9, 2016 at 9:00 am #562374 -
AuthorPosts
- You must be logged in to reply to this topic.
