-
AuthorPosts
-
June 14, 2011 at 10:56 pm #165229
I was trying to move search on bottombar but I have the result in image wich I attached. Search is working OK, but is showing strange, with a white space inside, not proportionaly and whith “search” text before input form. In search module I don’t have completed Box Label or / and Box Text. Can someoane please tell me why? Thank you!
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 15, 2011 at 4:23 am #396402Add this Code to the template.css file in this path: /templates/ja_business/css/template.css
#ja-bottombar .inputbox, #ja-bottombar .inputbox:hover, #ja-bottombar .inputbox:focus {
background: none;
border: none;
color: #877460;
padding: 5px 5px 4px 10px;
width: 220px;
text-transform: capitalize;
}
#ja-bottombar .search label {
display: none;
}
Note: If you Find my Post useful please click on the Thanks Icon
1 user says Thank You to chavan for this useful post
June 15, 2011 at 8:39 pm #396551Your post is helpful Chavan. I need more help and please tell me how I could make a space between search and top link? Thank you!
June 15, 2011 at 10:10 pm #396562I figure out some way in template.css… Instead of
/* Extras ---*/
.ja-links {
padding-right: 10px;
float: right;
}
is
/* Extras ---*/
.ja-links {
padding-left: 10px;
padding-right: 10px;
padding-top: 4px;
float: right;
}
Thanks!
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by nicualbc 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum