• Resolved ajas.jansher

    (@ajasjansher)


    Is there any way to change the position of the logo?
    I have been searching through all the css and php;. But still no use..

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can do this with css depending on where you want to move it.
    Target the logo id to move it.
    Try this code in a custom css plugin or child-theme for an example.

    #logo {
        margin-left: 200px;
    }

    Thread Starter ajas.jansher

    (@ajasjansher)

    thank you very much..
    it worked

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to change position of logo’ is closed to new replies.