• Resolved dc8734

    (@dc8734)


    How do I set the height of the list items to auto so that my subtitle text doesn’t get cut off? If I set it to auto in the Custom CSS my list disappears.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author QuantumCloud

    (@quantumcloud)

    Please add this custom CSS from Simple Link Directory -> Settings -> Custom CSS tab and check again.

    Custom CSS:
    body .style-1 .ca-sub,
    body .style-1 .ca-sub:hover {
    font-size: 14px !important;
    line-height: 18px !important;
    }

    Thread Starter dc8734

    (@dc8734)

    Thank you, but I was hoping to set the height to auto on the list element to handle any length of text. I’ve added more to my page so you can see.

    Plugin Author QuantumCloud

    (@quantumcloud)

    Please add the following custom CSS below the previous CSS and check again.
    screenshot:
    https://prnt.sc/vT0GZbE73eBq


    Custom CSS:
    body .style-1 .ca-menu li {
    min-height: 100px;
    height: auto !important;
    padding: 10px !important;
    }
    body .style-1 .ca-content {
    position: static !important;
    height: auto !important;
    }

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Set height to auto on style-1’ is closed to new replies.