• After I uploaded the logo to the header of the website it was not automatically centered. I tried to align it in the center with CSS but I could not get it to adjust to the center. I manually added a margin to it and kept going back and forth until it was centered and it looks ok on laptop but on mobile the header image is a mess.

    #menu-silver-agacinski {
    margin: 0px 192px;
    }

    I got the id by inspecting the element. Here is the link to the website…
    https://www.silveragacinski.com
    Again it looks fine on a laptop but on mobile it is a mess. I would really appreciate some help!!!

  • The topic ‘How to fix header image that is messing up my site on mobile?’ is closed to new replies.