http://thebbtester.yuku.com/directory
| Author | Comment | |||
|---|---|---|---|---|
JenRox |
Featured Topic Question |
Lead | ||
|
How do I make the Featured Topic box smaller? The other boxes are 850 px and I want it to match. Thanks!
http://thebbtester.yuku.com/directory |
||||
|
|
||||
cedar |
#1 | |||
|
There were a few small errors in your code, so I fixed those.
While I was in there, I changed the way you'd aligned your boxes. You mentioned every extra box with the code to have a left and right margin of 45px. I replaced those with .extra-content so that you don't have to name every extra box by name. This way they're all done at once. You now have the left and right margin for the .extra-content .community-content |
||||
|
|
||||
JenRox |
#2 | |||
|
Ahh, thank you very much!
|
||||
|
|
||||
JenRox |
#3 | |||
|
|
||||
exstreamuser |
#4 | |||
|
I can't find the board you have this on. Could you supply a URL please?
|
||||
|
|
||||
JenRox |
#5 | |||
|
|
||||
exstreamuser |
#6 | |||
|
I'm not really sure what you want, so I'll assume you want the topic titles left aligned in classic view, yet remain centered in cloud view. If so, add
the following line to the bottom of your custom CSS.
.featured-box td.topic-titles { text-align: left; } |
||||
|
|
||||
JenRox |
#7 | |||
|
Notice how the featured box is much wider than the rest of the boxes? I want it to match the rest of the boxes. Whenever it's in "cloud" view, it
matches. But with "classic", it grows wider for some reason.
|
||||
|
|
||||
exstreamuser |
#8 | |||
|
OK, you can add this in and it won't affect the cloud how the cloud is now.
.featured-box { margin: auto 45px 15px 45px; } I'm curious as to why you did it that way instead of adding padding to the wrapper. |
||||
|
|
||||
JenRox |
#9 | |||
|
I didn't write the css. Someone else did. I just edit it over and over again when I want a different layout, lol.
Thanks a lot! |
||||
|
|
||||