The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Why Gap coming in Invision navbar?

+4
isgie
Bpoetic
kjmj14
Vibhor
8 posters

Go down

Solved Why Gap coming in Invision navbar?

Post by Vibhor February 13th 2009, 9:35 am

Hi!
I've set INVISION in forum, before i had phbb but after installing invision, I see that theres very much gap coming in navbar and when i putted icons on navbar then also gap is coming and making it look odd!
Currently i've not put icons, only text but still gap is there and making some options (Exampe: Private message, usergroup,log in etc etc) options to shift in second row!PLZ HELP me OUT!!THANKS! Smile
Vibhor
Vibhor
Forumember

Male Posts : 420
Reputation : 10
Language : English
Location : India

Back to top Go down

Solved Re: Why Gap coming in Invision navbar?

Post by kjmj14 February 13th 2009, 11:00 am

well,
apparently maybe you image is too big, so it automatically shifted onto the second line.

it happens to me too, when my nav icon is too big or many options putted on it.

if this is your problem, you can take out some unneeded nav option on your nav menu.
avatar
kjmj14
Forumember

Male Posts : 795
Reputation : 8
Language : English
Location : World

http://kjmj14.com

Back to top Go down

Solved Re: Why Gap coming in Invision navbar?

Post by Bpoetic March 4th 2009, 7:54 pm

No, the images aren't too big. It's some technical problem. I and others have this same issue.
Bpoetic
Bpoetic
Forumember

Female Posts : 594
Reputation : 46
Language : English
Location : Florida, USA

http://www.bpoetry.net/

Back to top Go down

Solved Re: Why Gap coming in Invision navbar?

Post by isgie March 4th 2009, 10:37 pm

Yeah I am. There should be an option to cancel the gap.
avatar
isgie
Forumember

Posts : 37
Reputation : 0
Language : English

http://tehchillout.com

Back to top Go down

Solved Re: Why Gap coming in Invision navbar?

Post by Guest March 5th 2009, 12:04 am

Can you please provide a screen shot or a link to your forum so i can asses what code is needed to fix your issue Very Happy

Regards







CRaig
avatar
Guest
Guest


Back to top Go down

Solved Re: Why Gap coming in Invision navbar?

Post by Mariko21 March 6th 2009, 2:52 pm

I have this issue too. Here's a pic:

Why Gap  coming in Invision navbar? Heelp

My problem has been solved by Ezlidor, a moderator on the Romanian forum.

In CSS, you should REPLACE this code:

Code:
#submenu ul li a {
padding: 0.5em 1em 0.65em 0;
margin: 0.5em 1em 0.65em 0;
text-decoration: none;
}

with this one:

Code:
#submenu ul li a {
padding: 0.5em 1em 0.65em 0;
margin: 0.5em 1em 0.65em 0;
text-decoration: none;
}

It does the job Very Happy
Mariko21
Mariko21
Forumember

Female Posts : 94
Reputation : 0
Language : romanian

http://www.zooz.forumotion.com

Back to top Go down

Solved Re: Why Gap coming in Invision navbar?

Post by Sanket March 6th 2009, 6:40 pm

Mariko21, whats the difference between both the codes. Both of them look similar. I guess, you pasted the same code by mistake. Can you correct it ?

I would really like to know, since one more of the members was wanting to know about this.

Also, i appreciate you posting the solution & crediting the person who gave it to you. thumright
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Why Gap coming in Invision navbar?

Post by Vibhor March 6th 2009, 6:49 pm

oh yes, both are same, as sanket said plz repost it.
Thanks! Smile
Vibhor
Vibhor
Forumember

Male Posts : 420
Reputation : 10
Language : English
Location : India

Back to top Go down

Solved Re: Why Gap coming in Invision navbar?

Post by Guest March 6th 2009, 7:37 pm

Simple mistake lol

Replace with this code

Code:
    #submenu ul li a {
    padding:0 0 0 0;
    margin: 0 0 0 0;
    text-decoration: none;
    }

Regards







Craig
avatar
Guest
Guest


Back to top Go down

Solved Re: Why Gap coming in Invision navbar?

Post by Sanket March 6th 2009, 7:42 pm

Amazing, thanks Craig.
Thank you Mariko21.

I will now post this solution in one more thread Wink
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Why Gap coming in Invision navbar?

Post by Mariko21 March 7th 2009, 12:42 am

Sorry, I didn't realize I pasted the same thing. Placehold, thanks for correcting me Very Happy
Mariko21
Mariko21
Forumember

Female Posts : 94
Reputation : 0
Language : romanian

http://www.zooz.forumotion.com

Back to top Go down

Solved Re: Why Gap coming in Invision navbar?

Post by Vibhor March 7th 2009, 12:17 pm

Hey Mariko and craig!
Thanks a ton to you! Very Happy
Its looking good now and now i can also place icons their!This was the problem faced by many invision users!but thanks to you!
but hey!Theres still one problem!Now i'm unable to change the side of the navbar, means i can't place it on centre or right now!its now as it is!
Vibhor
Vibhor
Forumember

Male Posts : 420
Reputation : 10
Language : English
Location : India

Back to top Go down

Solved Re: Why Gap coming in Invision navbar?

Post by Guest March 7th 2009, 1:44 pm

Ok so what you want to do is either find and edit or add the following section of the CSS

Code:
#submenu {
   padding: 0em 0 1em 0;
   text-align: left;
   }

Change it to

Code:
#submenu {
   padding: 0em 0 1em 0;
   text-align: center !important;
   }

Regards








Craig
avatar
Guest
Guest


Back to top Go down

Solved Re: Why Gap coming in Invision navbar?

Post by mab1990 March 8th 2009, 5:20 pm

Hi,
My forum have not this code:
Code:
    #submenu ul li a {
    padding:0 0 0 0;
    margin: 0 0 0 0;
    text-decoration: none;
    }
and my problem is still right here!

Sorry for my English..
avatar
mab1990
New Member

Posts : 7
Reputation : 0
Language : Greek
Location : Crete

Back to top Go down

Solved Re: Why Gap coming in Invision navbar?

Post by Vibhor March 8th 2009, 5:29 pm

What version are you using?
Vibhor
Vibhor
Forumember

Male Posts : 420
Reputation : 10
Language : English
Location : India

Back to top Go down

Solved Re: Why Gap coming in Invision navbar?

Post by Aggie March 8th 2009, 6:21 pm

Oh, thank you so much! Now i like it to use navigation buttons Very Happy.
Aggie
Aggie
Forumember

Female Posts : 185
Reputation : 0
Language : Dutch

http://www.aquariumwereld.com

Back to top Go down

Solved Re: Why Gap coming in Invision navbar?

Post by Sanket March 8th 2009, 6:33 pm


Arrow Topic Solved
Arrow Locked

Sanket
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum