- Posts: 9
- Thank you received: 0
Search module
-
hichnaj
Inactive member - Topic Author
- New Member
Less
More
12 years 1 month ago #23292
by hichnaj
Replied by hichnaj on topic Search module
hi,
i made a login, how can i send it to you?
i made a login, how can i send it to you?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #23297
by ivan.milic
Replied by ivan.milic on topic Search module
Use "Report To Moderator"
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #23304
by ivan.milic
Replied by ivan.milic on topic Search module
add -lookup as module class suffix
Please Log in to join the conversation.
-
hichnaj
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
12 years 1 month ago #23310
by hichnaj
Replied by hichnaj on topic Search module
hi,
I added the suffix, but now the picture is to big can you check?
thanx
I added the suffix, but now the picture is to big can you check?
thanx
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #23318
by ivan.milic
Replied by ivan.milic on topic Search module
find this in template_css.css:
.search-lookup .inputbox-lookup {
background: none;
border: none;
width: 185px;
padding: 3px 0 3px 10px;
color: #9A9A9A;
position: relative;
top: -15px;
}
change top: -15px; to top: -22px;
after that insert this new code:
.search-lookup .button-lookup{
height: 45px;
position: relative;
top: 18px;
}
.search-lookup .inputbox-lookup {
background: none;
border: none;
width: 185px;
padding: 3px 0 3px 10px;
color: #9A9A9A;
position: relative;
top: -15px;
}
change top: -15px; to top: -22px;
after that insert this new code:
.search-lookup .button-lookup{
height: 45px;
position: relative;
top: 18px;
}
Please Log in to join the conversation.
-
hichnaj
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
12 years 1 month ago #23333
by hichnaj
Replied by hichnaj on topic Search module
hi, thanx for the help. But one thing in the code you was wrong:
change top: -15px; to top: -22px
It has to be 1px and not -22px
For the rest everything worked
thanx a lot
change top: -15px; to top: -22px
It has to be 1px and not -22px
For the rest everything worked
thanx a lot
Please Log in to join the conversation.
Time to create page: 0.090 seconds