Advise on the issue

I’m currently working on this issue Iprove Responsivenes for the Global Search bar on the main Menu bar · Issue #1249 · I-TECH-UW/OpenELIS-Global-2 · GitHub and below are the results so far, any advise?? @Moses_Mutesasira


1 Like

the challenge I am facing is that when it gets below 465px, it displays the following

at 465px

below 465px

1 Like

Hey @tasksolver in this what you can do is when the user is in mobile screen and if he clicks search icon make only openelis logo to appear, hide the title and adjust the grid size accordingly in the navbar . …and also we can replace the search button by just search icon …i guess in mobile screen there is no need for that!

1 Like

thanks @Manish , lemme keep on fixing

2 Likes

looking for this search button, but have not found it yet, i believe it is defined by some class and place holder which im still looking for.


I am intending to hide the such button in blue above when it is on small screens.

1 Like

In media put in the .main className and shifting its top position shall move from the header as the screen gets smaller

1 Like

thanks @ELAI , this helped me figure out some solution.


it goes below the h5 at 1036px screen size. think it is solved @Moses_Mutesasira

2 Likes

Hello Guys, hope Your Doing fine :smiling_face_with_three_hearts:
Am on the issue of making the patientHeader responsive Here just a click :point_up_2:but every thing works well when in the .patient-head position is absolute but when the position is relative it overlaps it comes to span 3 column, I used the patient history page, some advise coledges

hello @ELAI , try out these, they may help

  • Use a grid layout with explicit column spans: You can control the exact number of columns an element should span using grid-column: span N for N columns.
  • Z-index: Use z-index to control the stacking order of elements if they overlap unintentionally.
  • Margins and padding: Adjust margins or padding to avoid overlapping elements. let me know incase
1 Like

The issue is mainly on the fact that some of the pages have there grid system only with the lg={16} and the md and the sm attributes were not given values hence the problem arising

will you attend tonight’s call

1 Like