omeka-s-themes / freedom

An Omeka S Theme
GNU General Public License v3.0
2 stars 4 forks source link

CSS issue with advanced search layout #4

Closed CSSSchaffer closed 1 year ago

CSSSchaffer commented 1 year ago

Advanced item search page displays the "reset" and "search" buttons overlapping the bottom sort boxes

Screenshot 2023-09-23 at 9 40 04 AM Screenshot 2023-09-23 at 9 40 12 AM

. This is due to the rule #advanced-search .advanced-search-content having a margin-bottom attribute of -105px.

nelsonamaya82 commented 1 year ago

Hi @CSSSchaffer,

I tested the case you reported and couldn't reproduce this issue, as the "reset" and "search" buttons behave differently on smaller resolutions than 1024px:

image

Could you please send us further details on the browser, device and resolution you're seeing this issue?

Thanks.

CSSSchaffer commented 1 year ago

I appreciate you looking into this. I am now trying to recreate the issue myself, and I cannot. I apologize, but I think that perhaps I had unknowingly had a custom style overriding the theme's default rule which resulted in the first screen shot. I see that when the resolution is 1024+, the search / reset floats to the right instead of below. Is that correct? Thanks

nelsonamaya82 commented 1 year ago

@CSSSchaffer I'm glad it's working fine now for you. Yes, on resolutions equal or greater than 1024px, the search / reset buttons float to the right instead of below, and should never overlap the form.

Closing this issue but feel free to open a new one in case you find anything else.