I created a card region in apex page to show some images. I am trying to take the borders and also change the size of the cards. I managed to adjust the image sizes, but not the card...the pictures shows the cards. I am copying the code that I used for adjust the images (media), it worked, but I am pretty sure that the last one is incorrect. thanks in advance for any help!
-
Your code snippet does not show anything when executed. At a minimum, it also needs an HTML part.Sergey A Kryukov– Sergey A Kryukov2025-03-10 17:59:54 +00:00Commented Mar 10 at 17:59
-
I'm afraid I don't understand your question. What, for example, does 'I'm trying to take the borders' mean? What are you trying to achieve?A Haworth– A Haworth2025-03-10 19:23:31 +00:00Commented Mar 10 at 19:23
-
if you look the attached image, you can see that the cards have a gray border. that border I would like transparent, but I also would like to change the size of the card from 160x80 to 80x80px. I tried with this ".allergens .a-CardView { max-width: 80px; height: 80px; border-color: transparent; }" but it is wrong. I also tried .a-CardView-item, but also nothing changed...Ana Brandt– Ana Brandt2025-03-10 19:33:43 +00:00Commented Mar 10 at 19:33
-
Please show relevant code - both CSS and related HTML.A Haworth– A Haworth2025-03-10 20:09:57 +00:00Commented Mar 10 at 20:09
Add a comment
|