Site logo

Archived topic

Round the squares

4 replies · Started by Sodany on April 27, 2015

Viewing posts 1–5 of 5

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 :D

Cheers!

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

.page-header,
.paging-navigation {
      border-radius: 10px;
}

That should do it :)

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

You could give something like this a try:

.comments-area .children {
    margin-left: 70px;
}
This archived topic is closed to new replies.