marvin62

Registered
ho to show quicksearch like this picture
upload_2017-9-6_9-55-14.png
 
@marvin62 this slipped through, if we ever go a day or two without responding just give a friendly bump, my apologies.

First you need to enable the User Bar -> Style Properties -> [XB] Header and Navigation -> Move Visitor Tabs to the Moderator Bar

Next, in the same area under Public Tabs on the left side, in the misc box add:

Code:
float: right;

Then to shift just the logo, you'll need a media query in extra.css:

Code:
@media (min-width:1300px)
{
   .navTab.xbNavLogo { position: absolute; left: 0px;}
}

Hope this hopes, sorry for the delay totally slipped through my apologies.
 

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