Rubber

Registered
Hi all,

I have the omni style on the latest Xenforo version.
Now I want the full header to be clickable to go to the index.php now it's only when you click the logo.
How can I fix this?

Regards,
Ruben

ps sorry for my bad English I'm dutch
 
You can use some CSS to turn the entire header block into a link somewhat...

Code:
.XenBase .p-header
{
    padding: 0;
    .p-header-content { padding: 0; }
    .p-header-logo
    {
        margin: 0;
        width: 100%;
        a { display: block; }
        img { padding: 40px 0;}
    }
}

Try that inside the template EXTRA.LESS, see if it does what you want.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back