0 votes
in Rock by TinaStephens (8.6k points)
edited

Asana: https://app.asana.com/0/1203477406084155/1203713879149899/f

This page for Christ the King https://my.ctk.church/give/manage on mobile view has a lot of padding around the text. This makes "Edit Scheduled Gifts" really tall when you are logged in. There is a CSS block on the page but I'm not sure how to edit it to make the change.

enter image description here

by (13.1k points)
(Originally by Unknown) Taking a look at this

1 Answer

+1 vote
by (13.1k points)
edited
 
Best answer

Originally posted by Unknown

I added the following CSS to the Block called "CSS"

@media(max-width: 567px){

    .dts-d-flex > div {
        flex-basis: 100% !important;   
    }

}

This ensures the flex elements take up 100% width when the screen is 567px or smaller

Welcome! Here you can ask questions and receive answers (hopefully) from other members of our team.
...