Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #48604
    Matt
    Member

    Here is my page:
    nekamo.com.customers.tigertech.net/statement-of-faith

    Can you tell me how to get the square list decorations (on the side widget) over to the right?

    Right now the words (blogs,donate, etc) lineup under the header… I would like the square to line up with the header.

    Thanks again for help.

    #48642
    Sakin
    Keymaster


    @Matt
    : For square list and decimal for ul, ol in widgets, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .widget ul {
    	list-style: square outside;
    }
    .widget ol {
    	list-style: decimal outside;
    }
    .widget ul li,
    .widget ol li {
    	margin-left: 20px
    }

    But I don’t understand your second question. Where are you trying to alight your header right menu. What do you mean? Sorry please explain bit more or maybe share screenshot of what you mean.

    #48700
    Matt
    Member

    what you provided fixed the issue – much appreciated!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Secondary widget’ is closed to new replies.