Page Spacers?

  • Tenacious

    #1064

    Is there a way to break pages into categories? For example, I’d like to have:

    Home Videos Music | Support

    The | between Music and Support acts as a spacer. It divides the links so it’s a bit easier to look at.

    I was thinking of making a page titles “|” but it would still be a link.

    Admin

    Syahir Hakim

    #14448

    You can try something like this:

    li#menu-item-831:before{
    content: " | ";
    }

    Chagne the menu-item-831 with the ID of the menu item you’d like the spacer to appear before.

    Tenacious

    #14449

    The code worked, but the spacer became part of the page title itself. Not only that, it moved the title downwards just a tad. You can see the result on the website:

    http://soicraft.net/

    Notice how the “Rules” page is out of alignment and the spacer is considered part of the title itself.

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.