Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
CoeurBis
tagDiv Member

Hi,

I finally made it! It’s a bit of hack but it works!

Here’s how I do;

In CSS :

div.parallax-mode {
height: 100%;
padding: 5% 27.4%;
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
width: 100%;
left: -27.4%;
position: relative;
}

div.parallax-mode div.column_container {
background-color: #FFFFFF;
padding: 20px;
box-shadow: .5px .866px 5px 0 rgba(0,0,0,0.5);
}

Here, you just add the class “parallax-mode” in VC and add a background.

CoeurBis
tagDiv Member

Hello,

I understand, I’ll try to see, thank you again.

  • This reply was modified 11 years by CoeurBis.
Viewing 2 posts - 1 through 2 (of 2 total)