• Resolved mysticminimalistartisan

    (@mysticminimalistartisan)


    I’m wondering, is it possible to display the “is registerd”, “is available” etc text on it’s own line underneath the domain being searched? For example the way it is displaying for walstonnet.com is:

    walstonnet.com is
    registered
    (OWNERSHIP INFO)

    But I would like the status on one line like this instead:

    walstonnet.com
    is registered
    (OWNERSHIP INFO)

    And the same for all of the other statuses. Is there a way to do this?

    TIA!!!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP24

    (@wp24dotorg)

    Try adding the following custom CSS:

    .wp24-dc .table-row {
      display: grid !important;
    }
    Thread Starter mysticminimalistartisan

    (@mysticminimalistartisan)

    Well shoot, that didn’t work. I did clear my cache too just to make sure that wasn’t why. But I got it to work with

    .wp24-dc .table {
    	display: table;
    	width: 100% !important;
    }
    .dc-result-1 {
    	width: 100% !important;
    }

    in case anyone else needs it. Thank you!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Possible to show status on its own row?’ is closed to new replies.