Sign Up

Hey, Dev!
Are you looking for a forum full of active developers to help you?
So if you want to:
➡️ Get answers for your development issues
➡️ Help others
➡️ Write an article
➡️ Get rewarded for your active participation
Then this place is just for you and it is 100% FREE.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have a permission to ask a question, You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

OrclQA.Com

OrclQA.Com Logo OrclQA.Com Logo
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • About
Home/Questions/Q 6361
In Process
pavlos
pavlos

pavlos

  • 31 Questions
  • 78 Answers
  • 1 Best Answer
  • 292 Points
View Profile
  • 0
pavlosProfessional
Asked: April 4, 20212021-04-04T19:08:11+05:30 2021-04-04T19:08:11+05:30

How to change width, height and space between Cards?

  • 0

Hi!

I want to customize cards width, height and space between cards in Cards report.

When I change width and height, I need to change space between cards.

Thanks in advance!

oracle apex
  • 2
  • 31
  • 0
  • 0
  • Share
    • Share on Facebook
    • Share on Twitter
Answer

    2 Answers

    1. Vinish

      Vinish

      • 1 Question
      • 547 Answers
      • 53 Best Answers
      • 3k Points
      View Profile
      Vinish Enlightened
      2021-04-05T11:12:57+05:30Added an answer on April 5, 2021 at 11:12 am

      You will have to inspect the element and find the correct class or id. Then use the padding or margin to increase the space between cards. For example:

      .t-Cards--cols .t-Cards-item {
        padding: 10px;
      }
      • 1
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
      • Abrar

        Abrar

        • 0 Questions
        • 1 Answer
        • 0 Best Answers
        • 27 Points
        View Profile
        Abrar Contributor
        2021-04-05T16:19:16+05:30Replied to answer on April 5, 2021 at 4:19 pm

        Please try to put  this code in inline CSS

        .t-Cards {
        list-style: none;
        padding: 50px;
        margin: 30px;
        }

        • 2
        • Share
          Share
          • Share on Facebook
          • Share on Twitter

    You must login to add an answer.

    Forgot Password?

    Sidebar

    Ask Question
    Write a Post

    Recent Blog Posts

    • Vinish

      Oracle Apex - Display External File in Region

    • Vinish

      Oracle PL/SQL Download BLOB File to Disk

    • Vinish

      Oracle Convert External File to BLOB

    • Vinish

      Oracle Apex Calendar Example

    • Vinish

      Oracle Apex - Open Modal Dialog Page Using JavaScript

    Explore

    • Home
    • Blog
    • New Questions
    • Tutorials
      • Oracle
      • Oracle Apex
      • Python
    • Tags
    • Users
    • Badges & Points
    • About

    © 2021 OrclQA.Com. All Rights Reserved. Privacy Policy