Mobile layout issues

This topic contains 2 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 5 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20323
    iliaspavlou
    iliaspavlou
    Participant

    Hi,
    We are trying to adopt the plugin with our current theme but we are facing issues with the mobile version of it. To be more specific, when we change the layout to mobile resolutions your plugin falls behind the theme’s search button which makes it unusable. Also while i was testing from which window size it becomes unresponsive i noticed that from a point and after you cannot even write on it. Can you help me getting this right?

    Regards,

    Elies

    #20324
    iliaspavlou
    iliaspavlou
    Participant
    You cannot access this content.
    #20332
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    Thank you for the details.

    I see a few conflicting custom CSS rules in the site header. One is hiding the search input under a certain resolution. The container position is also set behind the menu bar. Try this custom CSS to resolve these.

    .plsh-search {
        position: relative;
        min-width: 280px !important;
    }
    
    .plsh-search .asp_m input.orig {
        display: inline;
    }

    Use the min-width attribute to change the minimum width of the search bar, to which it cannot get below. Please also note that these rules might not work in all cases though.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.