vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Css question (https://vborg.vbsupport.ru/showthread.php?t=309087)

RichieBoy67 03-02-2014 06:21 PM

Css question
 
Hello all,

I am trying to remove some extra spacing. The first one is part of the welcome box element. It is the large empty light grey space I want to remove.


https://vborg.vbsupport.ru/external/2014/03/70.png

The next one sits underneath the above image. For a better look visit the site please

Code:

http://musclemecca.com
I want to remove that white space above the forum. I have not yet even looked into this one so I am not sure but it could just be a stylevar margin and very simple. I just figured I would post it here with the other one in case.

https://vborg.vbsupport.ru/external/2014/03/71.png

Thanks,
Rich

tbworld 03-02-2014 07:32 PM

@RichieBoy Pass me or post a link to your forum so we can help. :)

RichieBoy67 03-02-2014 07:46 PM

Thanks, really appreciate it. The link is in the code block. I just didn't want a live link posted here.

tbworld 03-02-2014 07:49 PM

Quote:

Originally Posted by RichieBoy67 (Post 2484624)
Thanks, really appreciate it. The link is in the code block. I just didn't want a live link posted here.

Sorry, I looked but missed it somehow. :)

RichieBoy67 03-02-2014 08:11 PM

No worries :)

tbworld 03-02-2014 08:18 PM

Quote:

Originally Posted by RichieBoy67 (Post 2484604)
Hello all,

I am trying to remove some extra spacing. The first one is part of the welcome box element. It is the large empty light grey space I want to remove.


https://vborg.vbsupport.ru/external/2014/03/70.png


This controls the background, I believe you are trying to eliminate.
Code:

.welcomeBoxRight {
  background: url("images/styles/scarydark/style/welcomeRight.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
  padding: 10px 0 0;
}

Add this to the bottom of your CSS to confirm.
Code:

.welcomeBoxRight { background: yellow !important; }
Is that the right area?

RichieBoy67 03-02-2014 08:42 PM

Nope, that does not do anything. Thanks. I did tons of css work on this site so I probably messed this up.

--------------- Added [DATE]1393800546[/DATE] at [TIME]1393800546[/TIME] ---------------

Let me check the template more to see what I did. I am thinking it is not a css issue now.

--------------- Added [DATE]1393800782[/DATE] at [TIME]1393800782[/TIME] ---------------

Never mind, I see the issue.

I added a conditional awhile ago that shows a register image to guest users only. I had a couple <br /> tags after the closing tag for the conditional.

Thanks bro!


All times are GMT. The time now is 10:00 AM.

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.02229 seconds
  • Memory Usage 1,724KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete