Closed (fixed)
Project:
Interactive Media
Version:
7.x-3.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
18 Apr 2010 at 09:34 UTC
Updated:
1 Apr 2011 at 09:21 UTC
I apologize for the newb question, but how do I go about widening the text area for the search box native to this theme? I just can't seem to find the right setting to change.
Thank you in advance for any help in the matter.
Comments
Comment #1
Deepika.chavan commentedHi,
You can use 'width' property to increase the width of the text area of search box. Please add following line of code in your custom.css file. (Please rename 'custom.example.css' to 'custom.css' and clear cached data).
a. If you have enabled search box block then use following code -
b. If your search box is a part of your theme then use following code -
Rgrds,
Deepika Chavan.
Comment #2
hswong3i commentedinteractive_media-6.x-2.x-dev is now completely revamp as zen-6.x-2.x-dev subtheme, and I am strongly recommend to use the block "Search form" in any region (in Drupal 7.x style), rather than theme default search box implementation (which is now left over as I am too lazy to style it).
In case of interactive_media-7.x-3.x-dev, copy following code from "css/blocks" to your "css/custom.css" (you need to manually create this file) and style as you like: