Closed (fixed)
Project:
Summertime
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2010 at 11:51 UTC
Updated:
8 May 2010 at 13:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
bedot commentedI've just figured it out a little by put a code below in page.tpl.php
if (isset($top_menu )) {print theme('links', $top_menu , array('class' =>'links', 'id' => 'main-menu'))print $search_box}and CSS
#search-theme-form {float: right;}
But I cannot centered it rightly. (refer attachment)
Someone please help me to align my search box correctly.
Comment #2
ollar commentedHi. Add #search-theme-form input.form-text {
{width: 50%;}. If that wont help add #search-theme-form {float: right;} some fixed width like: #search-theme-form {float: right; width: 300px;}. Good luck.
Comment #3
ollar commentedComment #4
restyler commented