Video page categories

On my video page I have many categories.

>

The links are shown vertical like below.

.Countries Travel

.Educational

.Health and Self Help

.Love Songs

>

I want them to be horizontal side by side.

.Countries Travel    .Educational   .Health & Self Help    .Love Songs

Is there a code I can use for that page?

Thanks.

Rate0

Replies

  • On that page, you'd just put this in an html code box.

    <style>
    .category{
    display: inline-block;
    }
    </style>

    Reply
Please Sign In to Add a Comment
or

This website is powered by Spruz