The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Location Of "Threads and Posts" - Template Changing
So I'm looking to move the total thread and post count on the -threadisplay- and stick 'em towards the bottom of the grid design I've been slowly putting together, but I'm not nearly knowledgeable enough in CSS to make it work.
What I have: http://i.imgur.com/9EAtSCM.png What I'd like: http://i.imgur.com/GgxSC62.png But of course centered and spaced appropriately. Does anybody have any idea what I could do to make this happen? Thanks in advance! EDIT: And for bonus points, is it possible to take the linked part of the section (the title), and have it so that clicking anywhere on said box will forward the user to the forum's content? |
#2
|
||||
|
||||
A link to the site would help.
|
#3
|
|||
|
|||
|
#4
|
||||
|
||||
Try this. In order for this to look good, you will need to adjust your grid height or limit your description text to two strings
Code:
ul.forumstats.td{display:inline-block;width:100%} ul.forumstats.td > li:nth-child(1){display:inline-block;float:left} |
Благодарность от: | ||
Inked_Mono |
#5
|
|||
|
|||
Should I place that in the additional.css?
|
#6
|
||||
|
||||
Yes
|
#7
|
|||
|
|||
http://i.imgur.com/1SC8btk.png
Awesome, thank you! Now I just have to push them closer to the center and it'll be perfect. |
#8
|
||||
|
||||
:up:
Quote:
|
#9
|
|||
|
|||
Quote:
|
#10
|
||||
|
||||
JQuery is new to me too. To the best of my knowledge, it cannot be done with css. If you find a way, please let us all know. Since you don't seem to be too interested in learning a new programming language, try this one. Create a new ad, global, above footer and copy this code into it. Let me know if it works for you. It works on my test site.
Code:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script>$(".forumrow.table").click(function (event) { var url = ($(this).find('a').attr('href')); $(window.location = url); });</script> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|