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)
-   -   Need help to move arrow in navbar (https://vborg.vbsupport.ru/showthread.php?t=321803)

john7911 02-13-2016 04:21 PM

Need help to move arrow in navbar
 
Hi,
I have a small problem with an arrow in the Navbar, can anyone please help me to move it or hide it?
I have tried with FireBug and Inspect element but I don't find a solution :(
Here are some pictures:
https://vborg.vbsupport.ru/external/2016/02/6.jpg
https://vborg.vbsupport.ru/external/2016/02/7.jpg
https://vborg.vbsupport.ru/external/2016/02/8.jpg

The link of my Forum:
http://cadtuts.eu/forum/forum.php
Thank you ;)

Skyrider 02-15-2016 01:18 PM

From what I can see, you already did it.

john7911 02-16-2016 09:23 AM

Quote:

Originally Posted by Skyrider (Post 2564937)
From what I can see, you already did it.

Hi,
I put it back, I have changed it with a transparent image to hide it because I couldn't find a solution.
Can you have a look?
Dank u ;)

webmastersun 02-17-2016 05:05 AM

Quote:

Originally Posted by john7911 (Post 2564816)
Hi,
I have a small problem with an arrow in the Navbar, can anyone please help me to move it or hide it?
I have tried with FireBug and Inspect element but I don't find a solution :(
Here are some pictures:
https://vborg.vbsupport.ru/external/2016/02/6.jpg
https://vborg.vbsupport.ru/external/2016/02/7.jpg
https://vborg.vbsupport.ru/external/2016/02/8.jpg
Thank you ;)

You can try this
Add it to your additional.css
Code:

.navtabs li a.navtab img{
margin-top: 5px;
}

or find in your forum templates

Code:

<img data-web-developer-element-ancestors-outline="true" style="outline: 1px solid rgb(185, 74, 72);" src="digitalvb/morbid/misc/arrow.png"....
Change to this

Code:

<img data-web-developer-element-ancestors-outline="true" style="margin-top:8px;outline: 1px solid rgb(185, 74, 72);" src="digitalvb/morbid/misc/arrow.png"

john7911 02-17-2016 09:04 AM

Thank you very much webmastersun for your help.
I found the solution, I did as you say
Code:

.navtabs li a.navtab img{
margin-top: 5px;
}

:)

webmastersun 02-18-2016 12:22 PM

Quote:

Originally Posted by john7911 (Post 2565096)
Thank you very much webmastersun for your help.
I found the solution, I did as you say
Code:

.navtabs li a.navtab img{
margin-top: 5px;
}

:)

You are welcome.


All times are GMT. The time now is 12:45 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.01511 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
  • (5)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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