Support » Themes and Templates » For some reason WP Image logo does not move to the right?

Viewing 2 replies - 1 through 2 (of 2 total)
  • wazza1970

    (@wazza1970)

    hi

    you need to make a child theme or use a custom css plugin and add the following code your logo is controlled by the h1 tag this will move to the right now.

    #header h1 {
      float: right;
    }

    hope this help you

    Thread Starter charchub

    (@charchub)

    yes this solved the problem…wow! thank you so much 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘For some reason WP Image logo does not move to the right?’ is closed to new replies.