• Can anyone help me how to insert a static image on Customizr theme header, at the top right corner side?

    Much appreciated for the help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey, Mr. Pramos!

    Best way to do it is to create a child theme, then add the image code to your header.php. But this is not for the faint of heart, or the untrained/inexperienced. If you don’t know how to do this, you could easily break your site.

    Hi there 🙂

    It’s my simple suggestion i used.

    First make css code like

    #img-header-corner{
    padding : 30px;
    margin : 70px;
    width: 500px;
    float : right;
    }

    and then upload the image to host directory.

    and make a html code like

    <div id=”img-header-corner”>
    <a href="URL"...></a>
    </div>

    insert this code into the ‘header.php’ file.

    Thanks.

    Thread Starter mjpramos

    (@mjpramos)

    Hi!

    Thank you for your responses.
    I was able to get the image positioned right where I wanted with the help of Yeo-hwang’s code.

    But now I have an issue when I scroll the site, the header shrinks (logo on the left shrinks and the menu dissapears) but the top right image doesn’t. How can I make the right image behave like the logo?

    Thank you.

    Hi 🙂

    It’s my pleasure.

    Would you like to let me know site url you operate?

    Hi 🙂

    It’s my pleasure.

    Would you like to let me know site url you operate?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘add image to header top right’ is closed to new replies.