Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   how to fix search Box position? (http://forum.bytesforall.com/showthread.php?t=10420)

sohel2020 Oct 17, 2010 09:33 AM

how to fix search Box position?
 
I upgrade 3.4.5 to 3.5.3


I input the code below on " ATO>Add HTML/CSS Inserts"

div.searchbox {
position: absolute;
top: 48px;
right: 123px;
}
div.searchbox input.text {
border: none;
padding: 2px 15px 2px 3px;
background: #fff url('<?php bloginfo('template_directory'); ?>/images/search2.gif') no-repeat right center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height: 16px;
bolder: solid 1px #e7e7e7;
font-size: 16px;
}


when i go to http://bdtechnology.tk
The search Box appear on the page menu bar . But if i login then it don't appear on the page menu bar. search Box go to top on page menu bar.

Please login and logout into the site for watch change

http://www.bdtechnology.tk/wp-login.php

username: testuser
password: 123456


All times are GMT -6. The time now is 02:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.