• Resolved bradrickey

    (@bradrickey)


    Hi! Great Theme! Thank you in advance for any help for this newbie to wordpress!

    I would like to put contact information to the right of the Logo but not sure how to make this happen! Any ideas? Thank you!

Viewing 1 replies (of 1 total)
  • Theme Author Tomas Mackevicius

    (@tomasm)

    It may not be an easy task for a newbie. You will have to copy header.php from the main theme to child theme, then look for:

    div class=”site-branding”

    where you can insert probably custom div.

    If you know some basic PHP, you could solve this problem without copying header.php, but instead by using tha_header_top(); or tha_header_bottom(); custom action hook to insert some html block via a function in your child theme’s functions.php.

Viewing 1 replies (of 1 total)
  • The topic ‘Putting Menu to the right of the Logo’ is closed to new replies.