Viewing 4 replies - 1 through 4 (of 4 total)
  • In our header.php file look for something like this:

    <td id="header" colspan="1">
    
    <div id="imagecontainer" class="header-image-container" style="background: url('https://jemins.com/wp-content/themes/atahualpa342/images/header/header.jpg') top center no-repeat;"><div class="clickable">
    ... some code in here....
    </div>
     <div class="horbar2">&nbsp;</div>
    </td>

    Change it to:

    <td id="header" colspan="1">
    
    <div class="clickable">
    ... some code in here....
    </div><div id="imagecontainer" class="header-image-container" style="background: url('https://jemins.com/wp-content/themes/atahualpa342/images/header/header.jpg') top center no-repeat;">
     <div class="horbar2">&nbsp;</div>
    </td>

    That should work… I’m not exactly sure what the <div class=”horbar2″> </div> is doing….

    Thread Starter JEMINS

    (@jemins)

    Ok, here is my header.php. I can’t seem to find what youre talking about. However, I am new to wordpress, which could be why I can’t find it….

    [Code moderated as per the Forum Rules. Please use the pastebin]

    Thread Starter JEMINS

    (@jemins)

    Ok here is the link to my pastebin

    https://pastebin.com/Byw44Gdj

    Looks like your header has some sort of configuration options. You might have to look in the options panel. I’m not familiar with this theme and I’m not sure if it’s possible to make the change you requested.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘adjusting the tab’ is closed to new replies.