What device are you using? You seem to be using a custom theme where it makes the Search box taller than the default. Can you post a link to your site?
Announcement
Collapse
No announcement yet.
How to move the Search box to the Main navigation bar
Collapse
X
-
NumNum, I updated the CSS code in the first post. Please try it and let me know if it fixes the issue.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
NumNum, for your specific theme, you may want to also make these adjustments:
Code:.l-desktop #header .toolbar { bottom: -34px; } .l-desktop .search-box .search-term { height: 30px; width: 200px; }
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
The new code in post one skews the logo image so it no longer spans the header.
Going to turn in, I'm running on 3 hrs of sleep and my eyes are shot. I reverted the code and will check again tomorrow.
- Top
- Translate
- Bottom
Comment
-
Your banner logo width is too narrow (at 850px) to fit the header width which is 1000px. The code does not stretch the image to keep the original aspect ratio of the image.
I recommend editing the banner logo image to enlarge it to 1000px.
Another option is to force it to span the header width and lose the original aspect ratio by adding this custom CSS:
Code:.l-desktop #header .site-logo img { width: 100%; }
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
This is why I had to go to bed. For this site the logo is centered on the header (the other site spans the full width) and not the full width.
The initial code pushed the logo to the far left, uncentering it in the header.
- Top
- Translate
- Bottom
-
Could you try the code in the first post again? Make sure to replace the old code (back up if needed).
- Top
- Translate
- Bottom
- Likes 1
-

My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
Latest Posts
Collapse
-
by ChunkHello!
My name is Chunk (nickname). Im current graduated from my local college for Web Development. Today I will be exploring vBulletin...07-11-2026, 06:08 AM -
by PitmanLol... Like I said, I am Shon.
I am I user and administrator of vBulletin since 2002 (good old days) and I joined here because I recently...07-08-2026, 02:29 PM

Comment