Forums

Is there a way to separate the page links? (7 posts)

  1. dtarver
    Member
    Posted 2 years ago #

    Hello

    Is there a way to separate the page links? I looked in the sidebar php but could not find a way.... The following is an image of what my page links look like. I don't want them scrunched together. Is there a way to separate the links?

    Please see this image.

    Thank you,
    Dora

  2. ClaytonJames
    Member
    Posted 2 years ago #

    /*...sidebar...*/

    .pagenav ul li {margin: 6px 0 10px 6px;}

  3. dtarver
    Member
    Posted 2 years ago #

    Hi

    Where in the side bar does ".pagenav ul li {margin: 6px 0 10px 6px;} " go?

    Thanks,
    Dora

  4. Mark / t31os
    Moderator
    Posted 2 years ago #

    I'm sat here scratching my head wondering how Clayton had any idea of what CSS to suggest... :-s

    @dtraver - At the bottom of your theme's style.css should be fine..

  5. ClaytonJames
    Member
    Posted 2 years ago #

    Oh, I have my ways.... I have my ways... :P

    Actually, the example image provided a couple of very unique search terms. Took me right to the page in question.

  6. dtarver
    Member
    Posted 2 years ago #

    Hello

    I added it to my styles.css and it looks good but I need to increase the width of the page titles. Right now is shows 4 words and then wraps to the next row.

    The following image shows what is there and what I want. Click here to view.

    Any help is appreciated.

    Thank you,
    Dora

  7. ClaytonJames
    Member
    Posted 2 years ago #

    Change this width to suit your needs.

    ul.group {
    float: left;
    margin: 0 0 0 10px;
    overflow: hidden;
    padding: 0;
    width: 150px;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.