• Resolved onlineuser

    (@onlineuser)


    Hello,

    I want to add a logo to the header.

    Is it possible to put the header logo to top-right position without that the title disappears?

    Per default the logo will be placed on top-left and the title disappears when the logo will be shown.

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

    (@max2501)

    You would like to keep the site title as it is but also add a logo to the header on the right ?

    Thread Starter onlineuser

    (@onlineuser)

    Yeah, exactly. 🙂

    How can I do this?

    rayanadams

    (@rayanadams)

    Hi

    Does anyone can help me to put “my account” and search bar tab to the top right corner with css?
    I tried all codes but it didnt work. here my website is http://www.sateeni.com
    Thanks in advance.

    regards

    Theme Author Griden

    (@griden)

    @onlineuser

    You would need to edit the header.php and add the code for your logo,
    Wrap it in a class, and float it.

    Something like this :

    in header.php line 55 after “<div id=”header”>” , add :

    <img src=”http://yourdomain.com/logo.gif&#8221; class=”headerlogo” />

    then in style.css add :

    .headerlogo{float:right}

    Theme Author Griden

    (@griden)

    Let me know if that worked ok for you.

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

The topic ‘header logo top-right’ is closed to new replies.