Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #91902
    Altinak
    Participant

    Hello,
    My header is not in the place that I want, is this normal?
    I wish it were in a background logo placement.
    I work over a local network.

    http://prnt.sc/b5gf7o

    Thank You

    #91966
    Mahesh
    Participant

    @altinak: Yes the header image is positioned correctly. But if you prefer to have image in the header background. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #masthead {
        background-image: url('your_image_url');
        background-size: cover;
    }

    Note: Please replace your_image_url in the above code with your desired image.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header incorrectly positioned’ is closed to new replies.