I am using the technical template as a basis for my site and I have recently edited the Actinic style sheet in order to make the header part of the site wider and taller however the search bar is still in its orginal position and I have been unable to locate the values that control its y position, does anyone know where this value lies so that I can move it down to suit the change I made to the header area?
Announcement
Collapse
No announcement yet.
Help with Moving search bar
Collapse
X
-
I have done this and been able to select the bar but I cannot see anything in the window that looks like it controls the position. I am sorry I have no real clue about css and my HTML is fairly basicly, I would really appreciate it if someone could take a look at www.lowcostplumbingsupplies.co.uk and see if they have any idea how I can make this blasted bar move. Thanks in advance to anyone willing to help
Comment
-
Adam, you are going to have to delve into the actinic css stylesheet as the position is determined by the values given in the stylesheet.
I am busy with an upload at the moment so can't give you specifics but start with the following and use trial and error until you achieve what you require.
Select your home page in design view. Scroll down in your code until you get something that says:
<!-- HEADER -->. Just below this you will see class="page header". Right click on page header and select look up in actinic stylesheet.
Scroll down until you get "page_header_terms_container" or similar and increase the height value. Do this little by little until everything is aligned."Opportunities multiply as they are seized." - Sun Tzu
Comment
-
Thanks for the reply however I have already tried tweaking this value and it doesnt seem to have any affect on the search bar at all. Do you have any other suggestions I am still going through different areas at the moment but still havent found anything to control the height prehaps, there is a value I need to add to affect the search bar prehaps? If you could take a closer look when you have time or if someone else who may know something could speak up that would be great
Comment
Comment