Problem with images parallax

Support desk for Multipurpose Quark Theme
GK User
Thu Mar 10, 2016 10:36 pm
Good morning I would have a problem with the loaded images with parallax class. They are not centered. I saw that by downloading the quickstart version locally give the same problem. I do not know what is wrong. I checked the classes also with your online demo, but I just can not find the difference.
Thanks so much
Andrew

Attached the "numbers" link

http://web.strata.it/meridianaoffices/
User avatar
Fresh Boarder

teitbite
Mon Mar 14, 2016 11:07 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.parallax-bg-layer {
background-size: 100% auto !Important;
}
User avatar
Moderator

GK User
Mon Mar 14, 2016 11:35 am
Thank you so much I upgraded override.css but does not seem to me that it works very well as you can see.
http://web.strata.it/meridianaoffices/

Andrea
User avatar
Fresh Boarder

GK User
Wed Mar 16, 2016 4:46 pm
Hello,
I would eventually solved by entering this code on override.css

.parallax-bg-layer {
transform: translateY(30%) translateX(0%);
}

On my website works
User avatar
Fresh Boarder

teitbite
Mon Mar 21, 2016 2:49 pm
Hi

Ok. Great to hear that. Yes it may works with certain images used, so this solution is not for everyone. Anyway thank You for shearing it. I'm closing thread now.
User avatar
Moderator


cron