I have a site that i am wanting to center the image in a color section. I have the color section names tnflag and this is in the custom CSS… #tnflag {
background-position: top center !important;
}
its not overriding the top left css.
What can i do to make it work?
Hey mlong2001,
Thank you for using Enfold.
The background image is inside another container because the background attachment is set to parallax. Please try this css code.
#tnflag .av-parallax-inner {
background-position: top center !important;
}
You may want to set the attachment to “fixed” or “scroll” because the parallax container is always taller than the actual section.
Best regards,
Ismael