• mcravephoto

    (@mcravephoto)


    Im trying to add our business contact info into the top right of the header, so I’m thinking I need to put that into a widget for ease of use. any idea how I can do about this?

Viewing 1 replies (of 1 total)
  • Hi mcravephoto.
    Maybe you can change the image of custom logo and put the info at the right of the image.

    Other option is:

    Enter in the file header.php, you find:

    <!–Start Header Grid–>
    <div class=”grid_24 header”>
    <div class=”logo”>

    You put:

    <div align=”right”><?php echo”THE TEXT YOU WANT PUT HERE”?></div>

    before

    <div class=”logo”>

    look like:

    <div class=”grid_24 header”>
    <div align=”right”><?php echo”THE TEXT YOU WANT PUT HERE”?></div>
    <div class=”logo”>

    And it appears at the right-top of the page.

    If you dont have idea of code i think is better the solution of the image.

Viewing 1 replies (of 1 total)

The topic ‘Adding Widget to header’ is closed to new replies.