Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #948478

    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?

    • This topic was modified 6 years, 6 months ago by mlong2001.
    #949364

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.