View Full Version : Problem with search button when turning vb in to fixed theme
reversedesigns
03-25-2012, 08:47 PM
alright just turned my theme in to a fixed them but some how the search button is way off . anyone know how to fix this
https://vborg.vbsupport.ru/external/2012/03/8.png
Adam H
03-25-2012, 09:15 PM
Looks like the toplinks and search are set to absolute positioning rather than relative.
vbenhancer
03-25-2012, 09:23 PM
looks like you did not post your question in the right forum either...
ask your theme designer to correct this horror, as it is not related to anything we could help on here...
Adam H
03-25-2012, 09:33 PM
Post your URL if you cant figure it out, It will take two seconds to diagnose and tell you how to fix.
reversedesigns
03-25-2012, 10:23 PM
Post your URL if you cant figure it out, It will take two seconds to diagnose and tell you how to fix.
http://www.reversedesigns.com/forum/forum.php
Adam H
03-25-2012, 10:39 PM
Add this to your additional.css :
.navbar_search {
display: block;
position: relative;
width: 100%;
}
That will fix the search box problem, To put the login box in the correct position you need to add the following to the additional.css :
.toplinks {
background: none repeat scroll 0 0 #000000;
color: #FFFFFF;
font: 11px Arial,Tahoma,Calibri,Verdana,Geneva,sans-serif;
position: relative;
right: 20px;
text-align: right;
top: -140px;
}
Those fixes are not ideal and are just a patch up , you should get the theme done correctly as it looks extremely poorly made with CSS values which shouldnt really be there.
But the above should fix it for now at least
reversedesigns
03-25-2012, 11:01 PM
thank you :) and yeah not the best coding i have done but it works lol . im a beginning designer so learning what i can :)
Adam H
03-25-2012, 11:11 PM
thank you :) and yeah not the best coding i have done but it works lol . im a beginning designer so learning what i can :)
Everyone has to start somewhere :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.