Home Forums WordPress Themes – Premium Circumference Little problem of bg repeat. Reply To: Little problem of bg repeat.

#21377
Shekhar Bhandari
Participant

Hi Prisca,

The problem has been solved in the link that you provided, for doing no-repeat you can use the following css in your child theme

aside#cir-banner {
    background-repeat: no-repeat;    background-size: 100% 100%;
}

Thanks