Responsive Card Layout Issue
Unanswered
Pixiebob posted this in #help-forum
PixiebobOP
I’m using a card component in Next.js that needs to adapt responsively on a specific page to only show certain elements. It works well on other pages, but I can’t get it to change for this one page without affecting the rest. How can I make a component responsive for just one view without repeating code?
7 Replies
Britannia Petite
where is you issue
PixiebobOP
My issue is , i have a page where my card ui has to be differents
different*
on responsive mode only
Britannia Petite
yes I do understand that, but please explain a bit more, we don't know your code base... and a simple issue for you can be hard to understand for people who don't know your code
PixiebobOP
I solved it
thank oy