Zen Cart Logo

simple fix hopfully

Locked

Views: 976

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
23 Apr 2008, 2:54 PM
#1
veasnak avatar

veasnak

New Zenner

Join Date:
Apr 2008
Posts:
28
Plugin Contributions:
0

simple fix hopfully

i have my page the way i want now. but there is a white space between my header logo and the guts of the page. i place the image inside the logoWrapper and also i would like to know how i can make the buttons funtional to the page, i have tried with the ez-pages to no avail, i can slice the navigation buttons if i have to, thats no problem, i just ned to know how to make them functional. here is the link:
http://69.17.4.78/catalog1/zen-cart-v1.3.8a-full-fileset-12112007/

23 Apr 2008, 2:55 PM
#2
veasnak avatar

veasnak

New Zenner

Join Date:
Apr 2008
Posts:
28
Plugin Contributions:
0

Re: simple fix hopfully

oh yeah, i also wanted to place the search bar in the gray oval area near the bottom right of the header too.

25 Apr 2008, 4:17 AM
#3
swelter83 avatar

swelter83

Zen Follower

Join Date:
Mar 2008
Posts:
98
Plugin Contributions:
0

Re: simple fix hopfully

Hey there Veasnak!

to put the search in the header area or position it there, goto your stylesheet.css
and look for

navMainSearch {}

add something like this to see if this gives you what you need.

navMainSearch {
padding:0;
margin: 0;
margin-top: 85px;
margin-right: 5px;
}

just customize it to your liking. you can add the positioning details tht you need in order to place the search field in the appropriate position/location of the header.

Also, to place the search field in the header, you need to go into your admin and set the sidebox search fields to their appropriate values and you will then get the search field in the header.
here is what a friend told me to do....

"go to Admin/Tools/Template Boxes controller, and you will see one entry for sideboxes/search.php. Turn that OFF. Make sure it doesn't say sideboxes/search_header.php or you will turn off the wrong one."

If you ahve any questions please feel free to ask :) there is no such thing as a stupid question! :)