1. Bvrettski
  2. General
  3. Friday, June 26 2015, 02:55 PM
The majority of my clients content (home page & articles) are being displayed at a full page width of 1170 px. However easy profile is using a 900px width and i would like to make them display consistently.

I'm not a coder so I'm not sure what to look for or whats determining the display of easy-profile.

Any help would be much appreciated:

http://utaheyemds.org/for-the-public/ophthalmologists-directory
Bvrettski Accepted Answer
Pro
I'd also like to put all the search fields on one horizontal row and center the search button.
  1. more than a month ago
  2. General
  3. # 1
Bvrettski Accepted Answer
Pro
Anyone?
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
Hi,
sorry for late reply.

However easy profile is using a 900px width and i would like to make them display consistently.
Easy profile use only 50 lines of CSS code, it use bootstrap classes, so the width is managed by your template. However, I see your site and seems correct width full-width (in screenshot the width is 1170px)

I'd also like to put all the search fields on one horizontal row and center the search button.

try to add this CSS code (maybe at the end of file /templates/joosa/css/preset_directory/style.css)
.jsn_search div.control-group{float:left;width:33%;}
.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{clear:both;display:block;margin:auto;}
Attachments (1)
  1. more than a month ago
  2. General
  3. # 3
  • 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.