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

    (@tugbucket)

    I see what it is doing and it’s probably the use of the “basic” option which has been deprecated for quite some time now.

    Try the following shortcode instead:

    [mctagmap show_categories="yes" columns="4" responsive="yes" width="190px"]

    Thread Starter carsonhdesign

    (@carsonhdesign)

    Thanks @tugbucket. Is there anyway now to get rid of the Title/Column headings now? Not a fan of the breakup of the categories.

    Plugin Author tugbucket

    (@tugbucket)

    #mcTagMap .tagindex h4, #sc_mcTagMap .tagindex h4 {
        display: none !important;
    }
    #mcTagMap .tagindex, #sc_mcTagMap .tagindex {
        padding: 0 !important;
    }

    Just hide the <h4> and remove the padding from the individual lists.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘bullet point in column list’ is closed to new replies.