Hi Kruna, that will be the best idea, we can either put the forgot password and create account under the login or either just remove the 2.
Hi Kruna, that will be the best idea, we can either put the forgot password and create account under the login or either just remove the 2.
Hi testuser,
Since the Login header and cart header cant adjust on one line, because of the extra forgot password and new account text, it would be better to put the 2 texts underneath the login box as you can see on Kruna's website.
Hi all..
i'm trying to change the height of the categories buttons on the left hand side...most of my navigation will have 2 lines to it...i've had one response on another bulletin board that it was somewhere in the CSS but i can't find it, and another suggested it was an image I needed to make bigger...
help?
carrie
Hi Carrie,
any link to see?
regards,
kruna
Data Hunter Catalog
sorry, I'm a brand newbie to the zen cart...
carrie
Hi Carrie,
nothing to be sorry for..
Well, one question...do you want to have the numbers in brackets and do you want to have the sign ->?
regards,
kruna
yup...i believe he wants both of them...is it just easier to make him come up with just one line of text for the buttons? with the mouseover effect and two lines it's just a disaster...
carrie
Hi Carrie,
well, you have two options:
1. make the column wider
2. make the 'boxes' within the column higher
1. You go to Admin>Configuration>LAyout Settings>Column Width - Left Boxes
and change it to whatever width you need to have it on one row...
2. You would need to go into the stylesheet (includes/templates/YOUR_TEMPLATE/css/styelsheet.css) and find arround line 661
li.category-top a (line 661)
{
padding-top: 0.4em;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 1.5em;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
color: #333333;
font-weight: bold;
display: block;
height: 1.8em;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #9a9a9a;
background-color: #eeeeee;
background-image: url(../images/boxlistbg.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0.4em;
background-y-position: 0.5em;
}
and replace it with something like this
try it out and let me know, if it was ok...li.category-top a{
padding:1em 0 0 1.5em;
margin:0;
color:#333333;
font-weight:bold;
display:block;
height:3em;
border-bottom:1px solid #9a9a9a;
background:#EEEEEE url(../images/boxlistbg.png) .4em 0.5em no-repeat;
}
Regards,
kruna
Hi Kruna/testuser,
Can you please please please help me out.I want the 'Forgot Password' and 'Create Account' under the login box, as it is on your site. This is the only problem i am having now. Thank You very very much in advance.
Bookmarks