Okay
  Public Ticket #174900
Logo
Closed

Comments

  • Michael started the conversation
    My logo seems not to want align up correctly, please see the attached screen shot. Regards. Michael.
  • Michael replied

    Hi.

    I am rebuilding my website and I am having this problem again. I can't remember what you told me to do last time. Can you re-tell me please?

    Mike.

  •  291
    Paul replied

    Hi Mike,

    Please try adding some custom CSS to manually adjust the logo position. For example:

    #logo-wrapper {
        top: 50px;
    }

    You can add the code in "Style Customizer > Others > Custom CSS".

    In case you would like to use custom CSS for other elements, I would recommend "Developer Tools" on Chrome or "Firebug" on Firefox to inspect the elements on the page. Then you can know which CSS selector to adjust.

    Regards,
    Paul