Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #578380

    Hello Kriesi:

    When using the icon box, is there a way to reduce the vertical spacing between the title text and the content text? It appears to be separated by a <p> tag, so wonder how it can be done easily.

    Also, is there a way to add a page link to the content text?

    Thanks.

    #578933

    Hi Eric!

    Add this to your custom CSS.

    .iconbox_content_container p {
        margin-top: 0px !important;
    }

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.