• Hi
    I want to change the position of site identity logo .
    I want to move the Logo to the right aligned with the Site Title kept on the left hand site .
    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @nandfree,

    Thank you for reaching out.

    In order to make that change, you can try using the following CSS code:

    #masthead > div > div.site-title-wrapper > a
    {
      float: right;
    }

    Let me know if this worked for you.

    Best Regards,
    Pavle

    Thread Starter nandfree

    (@nandfree)

    Thank you. Yes it works
    But how can I add offset to move it further to the right as it breaks the tag line text .
    I also have another question how can I change the Logo background to be the same as the page background.
    Another question : How can I reduce the height of footer?

    Many Thanks and Best Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Position of Logo’ is closed to new replies.