• Resolved grim13

    (@grim13)


    Hi!

    Is there an option to change the appearance on the Video Tag Page? I want the list of tags there to have a larger font and be arranged in columns.

    • This topic was modified 4 months, 3 weeks ago by grim13.

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor wpvideogallery

    (@wpvideogallery)

    Kindly go to the “Appearance => Customize => Additional CSS” menu from your WordPress Admin Dashboard, and try adding the following CSS code,

    .aiovg-tags-list {    
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    }

    .aiovg-tags-list a.tag-cloud-link {
    font-size: 1rem !important;
    }

    Hope this solved your issue!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.