Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1277022

    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!

    • This topic was modified 3 years, 9 months ago by dlatzen.
    #1277079

    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

    #1279893

    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

    #1280154

    Hi dlatzen,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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