[Resolved] Round the squares

Home Forums Support [Resolved] Round the squares

Home Forums Support Round the squares

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #102901
    Sodany

    Hey guys,

    Hm, i’m coming to bother one last time. How can i round the border of the square, of a category title? Like so: http://www.lesgeekeuses.com/category/chroniques/
    I’d like to round it like the articles and other widgets πŸ˜€

    Cheers!

    #102908
    Sodany

    Oh, and round the square down that page : http://www.lesgeekeuses.com/ that shows the number of the pages lol. πŸ˜€ πŸ˜€ πŸ˜€
    Please πŸ˜€

    #103058
    Tom
    Lead Developer
    Lead Developer
    .page-header,
    .paging-navigation {
          border-radius: 10px;
    }

    That should do it πŸ™‚

    #103383
    Sodany

    OH YEAHHHHHH works really great. Merci !

    erm, one last question M. Tom, can i move a little bit more on the right, the answers of the comments?
    http://www.lesgeekeuses.com/wakfu-mmo/
    There’s barely a difference between comments and the answers, i’d like the answers to be more on the right
    (sorry for the weird explanations it’s because i’m french hehe)

    Cheers

    #103555
    Tom
    Lead Developer
    Lead Developer

    You could give something like this a try:

    .comments-area .children {
        margin-left: 70px;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.