vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How to move logo upward (https://vborg.vbsupport.ru/showthread.php?t=301609)

K!nG 08-25-2013 10:02 PM

How to move logo upward
 
Hi guys,

I have a custom skin and all i need to do is move my logo upward because currently half of my logo is hidden. I have tried several codes from different threads, but none of them worked.

If someone can please visit my site HERE and help me moving it up. I will appreciate it.

Thanks.

snakes1100 08-25-2013 10:45 PM

remove the padding from the logo-image

.logo-image {
float: left;
clear: right;
min-height: 2em;
height: auto !important;
padding: 40px 0px 0px 0px;

make 40px to 0px

nerbert 08-26-2013 12:40 AM

You also need to make header middle taller

Code:

#header-middle {
        height: 170px;
        overflow: hidden;
        clear: both;
        background-attachment: scroll;
        background-image: url(images/primus/sandy/misc/hm-bg.jpg);
        background-repeat: repeat-x;
        background-position: center top;
        background-color: #87411F;
}


K!nG 08-31-2013 03:58 PM

Quote:

Originally Posted by snakes1100 (Post 2441070)
remove the padding from the logo-image

.logo-image {
float: left;
clear: right;
min-height: 2em;
height: auto !important;
padding: 40px 0px 0px 0px;

make 40px to 0px

Sorry i'm not a pro, i couldn't find where to make this change. I was trying to look in additional.css template, but couldn't find it.

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

Quote:

Originally Posted by nerbert (Post 2441101)
You also need to make header middle taller

Code:

#header-middle {
        height: 170px;
        overflow: hidden;
        clear: both;
        background-attachment: scroll;
        background-image: url(images/primus/sandy/misc/hm-bg.jpg);
        background-repeat: repeat-x;
        background-position: center top;
        background-color: #87411F;
}



Where can i find this please ? Thanks for the help in advance.

Spangle 09-01-2013 10:41 PM

In Firefox right click on the header, in the pop up menu click on "inspect element" a frame will open up at the bottom of the screen that will tell you where to look.

You can make changes in that screen, but they will not be saved.

In any case try additional CSS first in your theme templates

K!nG 09-04-2013 12:24 PM

I tried adding both in Additional Css template and nothing worked. Any idea where it goes ? If it has to be in additional css that i already tried & didn't work.

ozzy47 09-04-2013 12:29 PM

You can edit them in the correct CSS templates, do a search for
Code:

.logo-image {
and then
Code:

#header-middle {
Then do the edits as described above.


All times are GMT. The time now is 09:12 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.00965 seconds
  • Memory Usage 1,725KB
  • 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
  • (4)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