StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have -- and this forum will be removed on July 1st, 2013.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-10-2010, 08:58 PM
cdeborba cdeborba is offline
Registered User
Genesis Member
 
Join Date: Jul 2009
Posts: 82
Default Moving search Box to the left over the video player

Hi,

hopefully this post is in the right place:

I would like to move the search box over to the left; directly over the video player.
Can anyone tell me how to do that?
the site: http://kaizenwaymarketing.com

here is my code in the header currently:

PHP Code:
<ul><?php wp_list_categories('orderby=name&depth=4&title_li='); ?></ul>
            </li>
        </ul>
    </div>
 
      <div class="navbarright"><form id="searchformheader" method="get" action="<?php echo get_option('home'?>/">
        <input type="text" value="Search this website..." name="s" id="searchbox" onfocus="if (this.value == 'Search this website...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search this website...';}" />
        <input type="submit" id="searchbutton" value="GO" /></form>
    </div>
Thank you

Last edited by SoZo; 03-10-2010 at 10:51 PM. Reason: MADE URL INTO A LINK
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Video player in the tabber talentino General Discussion 7 06-09-2010 12:31 AM
Installing a Video Player dynodog General Discussion 1 12-16-2009 11:00 AM
Moving Left Sidebar to Left side of pages Dkart1008 General Discussion 3 11-16-2009 09:16 AM
Homepage Video Player Daphne General Discussion 1 02-24-2009 09:59 AM


All times are GMT -5. The time now is 12:32 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.