Your account expired support, please renew to get your support.
Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37788
    Care
    Support Expired

    It looks good on Desktop but on Mobile not all the categories can be clicked because they get cut off. Is there a way to make them scrollable on mobile, or listed vertically? Maybe have them hidden in a drop down menu that expands on the page itself?

    Desktop

    Mobile

    I could try playing around with it myself but I am not sure where to find the php file for the donations page.

    #37816

    Please add this custom css to the file style.css ( child-theme) or Customize CSS:

    
    @media only screen and (max-width: 768px) {
    ul.give-forms-category {
        max-width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
        justify-content: left!important;
        margin-left: 0px;
    }
    
    ul.give-forms-category li {
        margin: 10px;
    }
    
    ul.give-forms-category li a {
        padding: 5px;
        font-size: 14px;
    }}
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.