Tagged: menu background image
Hello,
I am trying to modify the Y position of my menu (logo area) background image, but I am struggling. No CSS affects it in a predictable way, it seems to be interacting with a lot of other competing code. Happy to provide anything you need for assisting with this.
Thank you!
Hey dlatzen,
Do you want to set the background position from the bottom-up? if yes, try adding this CSS code:
#top .header_color .header_bg {
background-position-y: bottom;
}
Best regards,
Nikko
Hi Nikko,
Thank you for your prompt reply, I apologize for responding late! You helped a lot. It turns out that I needed the simpler “background-position” property designated with background-position: x% y%;
I am moving my background image vertically with the y%.
You saved me a major headache, many thanks.
Sincerely,
Devon
Hi dlatzen,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria