0

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!

4
  • Your code snippet does not show anything when executed. At a minimum, it also needs an HTML part. Commented 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? Commented 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... Commented Mar 10 at 19:33
  • Please show relevant code - both CSS and related HTML. Commented Mar 10 at 20:09

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.