vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   CSS Grurus, Help please! (https://vborg.vbsupport.ru/showthread.php?t=301500)

Lynne 08-25-2013 04:03 PM

Change the height here:
HTML Code:

#cat56 .forumhead + .childforum .L2:first-child .forumrow, #cat51 .forumhead + .L2 .forumrow {
    border-top: 0 none;
    height: 100px;
}

I'd suggest 170px or so. Also add it to here (should be the same height you used above):
HTML Code:

#cat56 .forumbit_nopost .forumbit_nopost .forumrow, .forumbit_post .forumrow {
    height: 170px;}

Then add something like:
HTML Code:

#cat56 .forumbit_post .forumlastpost .lastposttitle {
padding-left: 10px;}

That should help out a bit. It will still need some tweaking, but that should help.

Reece^B 08-26-2013 10:23 AM

Ok Lynn I'll make them mods, but how do I hide the RSS box/Tick Box from the columns?
If I hide last post by it removes everything, but I want to see the last post but without them in it.

Lynne 08-26-2013 04:01 PM

HTML Code:

#cat56 li.rsslink {display: none;}

Reece^B 08-26-2013 06:37 PM

Super :)

What about the subscribe link?

Lynne 08-26-2013 08:44 PM

I'll have to guess at that one since I can't see it, but try this:

HTML Code:

#cat56 li.subslink {display: none;}

Reece^B 08-27-2013 06:38 PM

1 Attachment(s)
That's the one, thanks Lynn.

Do you happen to know how add a space? (see attached)

Lynne 08-27-2013 10:04 PM

Just add some padding to this:

Code:

#cat56 .forumbit_post .forumlastpost .lastpostby {
    display: block;
    float: left;
    padding-left: 5px;
}


Reece^B 08-28-2013 05:35 PM

Humm, for some reason that didn't work?

Lynne 08-28-2013 07:54 PM

I don't see it added at all. I just used firebug to add it and it worked.

Reece^B 08-29-2013 06:09 PM

My Bad! That works a treat! :)


All times are GMT. The time now is 05:20 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01028 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (5)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete