http://www.crestedbuttecomputers.com/dev/bigals/crested-butte-bike-trails/
Is there a way to change what background position: top center means by default? I want the top of my images to show. Right now it is set to background-position-x:50%
background-position-y:0%
Where do I change those values?
? anyone?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-section.avia-bg-style-fixed {
background-position: 50% 0!important;
}
Regards,
Yigit
I don’t want this setting to apply to every fixed background – JUST to the ones that are top center aligned. How do you define Top Center? Or Bottom Center? Where do you change the default percentages?
Hey!
You can edit your Color section element and change background position as needed – http://i.imgur.com/uhqEijY.png
If you would like to control with percentages, you can edit your Color Section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then use following code in Quick CSS
#your-custom-id {
background-position: 50% 0!important;
}
Cheers!
Yigit