This topic has 7 replies, 3 voices, and was last updated 8 years, 3 months ago ago by 8theme
Hello, we’re building a website for our client using this awesome theme and we were hoping to feature some of their characters within the background of some rows of content (Example link is in the private comments section). However when scrolling it appears and disappears, is there a way to have it visible at all times?
Hello,
Edit your page and disable fixed background position in Row settings http://prntscr.com/cnrbav
Regards
Hello,
If I do that is there any way to align the image to the right?
Thanks.
Hi,
Try to add the following code snippet to this page Custom CSS field in Visual Composer
.vc_row { background-position: center right!important; }
Adding the code of vc stop any image showing at all in the background 🙁
Sorry it does work, however its now only visible when you scroll down to it. Anything I can tweak to correct this?
Try to to your custom CSS also the following code snippet
.vc_row.et-parallax-right {
background-attachment: inherit!important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up