• I have cards in the services section of my home page. Is it possible to force them all to be a consistent height? They look ok in a mobile browser, vertically stacked, but terrible in a horizontal layout.

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

Viewing 1 replies (of 1 total)
  • Hi,

    If you increase the font-size of the headings in that area, you can obtain all cards to be the same size.

    You can try adding this code in Appearance > Customize > Additional CSS:

    #wp-block-themeisle-blocks-advanced-columns-8085ff1f .wp-block-themeisle-blocks-advanced-heading {
    font-size:22px !important;
    }

    Kind regards,

    Rodica

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.