1. Bvrettski
  2. General
  3. Monday, June 29 2015, 03:31 PM
I'd also like to put all the search fields on one horizontal row and center the search button.

See attachment for example. We'd also like to customize the text for the search button.
Attachments (1)
Accepted Answer
admin Accepted Answer
Admin
Hi,
The code in topic https://www.easy-profile.com/support/adjusting-directory-display-width.html was before I saw the picture :o

So remove all and add only this:
.jsn_search div.control-group{float:left;margin-right:30px;}
.jsn_search div.controls{margin-left:0px;display:inline-block;}
.jsn_search label.control-label{float:none;width:auto;display:inline-block; }
.jsn_search input.jsn_search_btn{display:block;margin:auto;}
  1. more than a month ago
  2. General
  3. # Permalink
admin Accepted Answer
Admin
Hi,
I'd also like to put all the search fields on one horizontal row and center the search button.

Use this css code to fit like your screenshot
.jsn_search div.control-group{float:left;margin-right:30px;}
.jsn_search div.controls{margin-left:0px;display:inline-block;}
.jsn_search label.control-label{float:none;width:auto;display:inline-block; }
.jsn_search input.jsn_search_btn{display:block;margin:auto;}


all texts string are managed by Joomla language manager, so to replace the search text button follow these steps:
- Go to Administration->Language Manager->Overrides (on left menu)
- Click on "New" button
- Set these parameters:
Language Constant: COM_JSN_SEARCH
Text: put here your override
  1. more than a month ago
  2. General
  3. # 1
Bvrettski Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. General
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.