Hi guys,
congrats with the update!
Here is my problem:
how can I make the content block with the negative margin to be visible in front of the fullwidth slider?
Here is my website: https://www.rutaju.lt/pradzia/
As I give the negaive top-margin to the blue box, it hides under the fullwidth slider. How do I force it to appear in front?
Here is what I want to achieve: https://www.decorist.com/
See: the conent box with negative margin appears in front of the slider.
Thanks a lot!
Hey OrangeMoose,
Please provide admin info so we can login and workout the css for this.
Best regards,
Jordan Shannon
Hi,
Please try adding the following to quick css:
.av_textblock_section .avia_textblock {
z-index: 99999!important;
background:#0072a3!important;
margin-top:-200px!important;
}
#fullscreen_slider_0{
z-index:1!important;
}
Best regards,
Jordan Shannon
Thanks guys,
It works fine.
I added a custom classes to 1/1 section and the avia textblock to apply changes only to these elements.
It might be useful to someone else, so here is my code:
.top-section .top-section-textblock {
z-index: 99999!important;
background:#ffffff!important;
margin-top:-100px!important;
padding-top: 30px !important;
}
#fullscreen_slider_0{
z-index:1!important;
}
Cheers,
Orange Moose
Hi,
I’m glad we were able to provide assistance for this. If you need additional help, please let us know here in the forums!
Best regards,
Jordan Shannon