Inserting images next to header

  • fuente_salus

    #2180

    Is it possible to insert an image to the left of the header in the Graphene theme? Not actually in the header but in that empty space between the header and the edge of the webpage?

    Thanks!

    Anonymous

    #19231

    Sure it is. However, please post questions like these into the Support forum as it will get many more voices and much faster response rates.

    There are a few different ways, actually. The easiest would be to go to your Graphene options panel, under the “Advanced” tab, and in the action hooks menu.

    Click “header.php” and choose “graphene_header”, and save. Now, go to your widget menu, and you will see you have a new widget area labeled “Graphene Header”. Move a text widget over to that area. Inside the text widget, insert your image html code. Something like:

    <img src="ABSOLUTE PATH TO YOUR IMAGE">

    Next, if positioning is needed, use Firebug or it’s equivalent to inspect the area, and you can adjust it’s positioning using custom CSS.

    Mod

    Kenneth John Odle

    #19232

    Housecleaning moved this to Support.

    Mod

    Kenneth John Odle

    #19233

    You can also try this post from a while ago:

    https://forum.graphene-theme.com/graphene-support/how-can-i-add-adsense-to-the-background-image-1

    That will help you style it, using Josh’s suggestion.

    Etotzeva

    #19234

    Thanks!

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

  • You must be logged in to reply to this topic.