Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] How to Solve search area position problem? (http://forum.bytesforall.com/showthread.php?t=10391)

sohel2020 Oct 16, 2010 06:12 AM

[SOLVED] How to Solve search area position problem?
 
First visit this page

http://forum.bytesforall.com/showthread.php?t=10379


My site address: http://www.bdtechnology.tk/


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

div.searchbox {
position: absolute;
top: 76px;
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;
}


But when I login into my dashboard then the search area position stay correct position/right on the page menu bar.

if I logout the search area don't show because it's change position.

I want to fix it on the right page menu bar which is shown when i login in my site.

Please login and logout into the site for watch change

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

username: testuser
password: 123456

sohel2020 Oct 21, 2010 08:29 PM

problem solved


All times are GMT -6. The time now is 12:36 AM.

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