NetTalk Central

Author Topic: No locator/sorts in other than desktop screen size  (Read 7720 times)

Jane

  • Sr. Member
  • ****
  • Posts: 381
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: No locator/sorts in other than desktop screen size
« Reply #15 on: January 18, 2025, 02:48:30 PM »
Poul,

Don't know what you did with editing the shipping theme that didn't work, but the custom.css you're using won't do what you want.

What you're showing doesn't change the behavior of Bruce's css.  You need to include something for that selector that overrides what's in the original css.

Something like this, for example, should work in your custom.css:

Code: [Select]
@media (max-width: 1024px) { /*for small screens */
   .nt-browse-row-header{
      display:flex!important;
   }
}


Poul Jensen

  • Full Member
  • ***
  • Posts: 199
    • View Profile
    • Email
Re: No locator/sorts in other than desktop screen size
« Reply #16 on: January 18, 2025, 10:50:04 PM »
Thank you so much Jane :-)

That did the trick.

Cheers
/Poul