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
the challenge I am facing is that when it gets below 465px, it displays the following
at 465px
below 465px
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!
thanks @Manish , lemme keep on fixing
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.
In media put in the .main className and shifting its top position shall move from the header as the screen gets smaller
thanks @ELAI , this helped me figure out some solution.
it goes below the h5 at 1036px screen size. think it is solved @Moses_Mutesasira
Hello Guys, hope Your Doing fine
Am on the issue of making the patientHeader responsive Here just a click 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
forN
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
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