-
AuthorPosts
-
oharris3 Friend
oharris3
- Join date:
- June 2011
- Posts:
- 87
- Downloads:
- 60
- Uploads:
- 16
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
July 1, 2015 at 9:28 pm #208121I have moved the smart search module from the “head-search” position to the “appointment” position.
However, the on-click event for the search does not work there. How can I have the onclick event working on the smart search module in the appointment position/
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 2, 2015 at 7:25 am #576103Hi @oharris3,
Please open file /templates/ja_medicare/css/custom.css and add this code :
#mod-finder-searchform {
margin: 0;
}
#mod-finder-searchform input {
background: transparent;
border-color: transparent;
border-radius: 0;
box-shadow: none;
cursor: pointer;
padding: 0 5px;
position: relative;
width: 39px;
z-index: 3;
text-indent: -999em;
line-height: 39px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
#mod-finder-searchform input:focus,
#mod-finder-searchform input:active {
border-color: #e7e7e7;
box-shadow: none;
cursor: inherit;
padding-left: 10px;
width: 160px;
background-color: #fafafa;
text-indent: 0;
line-height: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
#mod-finder-searchform input:focus,
#mod-finder-searchform input:active {
width: 100px;
}
}
#mod-finder-searchform .finder {
margin-bottom: 0;
position: relative;
}
#mod-finder-searchform i {
position: absolute;
left: 10px;
top: 10px;
z-index: 3;
}
.t3-mainnav {
margin-top: 0;
}Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 2, 2015 at 7:25 am #642429Hi @oharris3,
Please open file /templates/ja_medicare/css/custom.css and add this code :
#mod-finder-searchform {
margin: 0;
}
#mod-finder-searchform input {
background: transparent;
border-color: transparent;
border-radius: 0;
box-shadow: none;
cursor: pointer;
padding: 0 5px;
position: relative;
width: 39px;
z-index: 3;
text-indent: -999em;
line-height: 39px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
#mod-finder-searchform input:focus,
#mod-finder-searchform input:active {
border-color: #e7e7e7;
box-shadow: none;
cursor: inherit;
padding-left: 10px;
width: 160px;
background-color: #fafafa;
text-indent: 0;
line-height: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
#mod-finder-searchform input:focus,
#mod-finder-searchform input:active {
width: 100px;
}
}
#mod-finder-searchform .finder {
margin-bottom: 0;
position: relative;
}
#mod-finder-searchform i {
position: absolute;
left: 10px;
top: 10px;
z-index: 3;
}
.t3-mainnav {
margin-top: 0;
}Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 2, 2015 at 7:25 am #741088Hi @oharris3,
Please open file /templates/ja_medicare/css/custom.css and add this code :
#mod-finder-searchform {
margin: 0;
}
#mod-finder-searchform input {
background: transparent;
border-color: transparent;
border-radius: 0;
box-shadow: none;
cursor: pointer;
padding: 0 5px;
position: relative;
width: 39px;
z-index: 3;
text-indent: -999em;
line-height: 39px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
#mod-finder-searchform input:focus,
#mod-finder-searchform input:active {
border-color: #e7e7e7;
box-shadow: none;
cursor: inherit;
padding-left: 10px;
width: 160px;
background-color: #fafafa;
text-indent: 0;
line-height: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
#mod-finder-searchform input:focus,
#mod-finder-searchform input:active {
width: 100px;
}
}
#mod-finder-searchform .finder {
margin-bottom: 0;
position: relative;
}
#mod-finder-searchform i {
position: absolute;
left: 10px;
top: 10px;
z-index: 3;
}
.t3-mainnav {
margin-top: 0;
} -
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by Adam M 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum