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.

How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued)

2 posters

Go down

In progress How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued)

Post by tidus19855 July 24th 2014, 13:30

Hi everyone

First off id like to say that im really new to forums and i have no idea if this is the right place to put this or the right way i do it.

When thats said - i have the same problem as i posted as the creator of the previous forum "How can i Remove Nav Links like Calendar etc. PHBB3 !!"

I sorted it all out with the icons disapering and everything but there is this little space irregularity that gets my OCD going crazy. You can see what i mean by checking my forum on darkravens.forumotion.eu
Look at the very top in the nav bar .. that small space irregularity is really getting my OCD going. Can you help me to fix that ?

I use the following CSS code:

a.mainmenu[href="/faq"] {
    display: none;
}
a.mainmenu[href="/groups"] {
    display: none;
}
a.mainmenu[href="/calendar"] {
    display: none;
}
a.mainmenu[href="/memberlist"] {
    display: none;


Kind regards
tidus19855


Last edited by tidus19855 on July 24th 2014, 18:23; edited 1 time in total
avatar
tidus19855
New Member

Posts : 3
Reputation : 1
Language : Danish

http://www.thedarkravens.forumotion.eu

Back to top Go down

In progress Re: How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued)

Post by Ape July 24th 2014, 14:47

Hi

I will be happy to help you on this but for me to help i will need to see your navbar as you want it to look like so i can find the right codes for you to remove the space.

Ape


How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued) Left1212How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued) Center11How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued) Right112
How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued) Ape_b110
How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued) Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued)

Post by tidus19855 July 24th 2014, 18:11

Yes of course, thanks a lot. I typed in the wrong URL.

Here is the correct one: darkravens.forumotion.eu

(Can't type full URL due to my new membership restrictions.)
avatar
tidus19855
New Member

Posts : 3
Reputation : 1
Language : Danish

http://www.thedarkravens.forumotion.eu

Back to top Go down

In progress Re: How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued)

Post by Ape July 24th 2014, 18:50

Give this a try remove the code you have already and put this in it's place
Code:
a[href="/faq"], a[href="/groups"],a[href="/calendar"],a.mainmenu[href="/faq"] {
display: none;
}
a.mainmenu {
padding-left: 10px;
}

Change the 10px to what you like to get it right.

Ape


How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued) Left1212How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued) Center11How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued) Right112
How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued) Ape_b110
How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued) Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued)

Post by tidus19855 July 24th 2014, 19:26

Thanks a ton!
avatar
tidus19855
New Member

Posts : 3
Reputation : 1
Language : Danish

http://www.thedarkravens.forumotion.eu

Back to top Go down

In progress Re: How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued)

Post by Ape July 24th 2014, 19:29

Is this solved for you  now ?


How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued) Left1212How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued) Center11How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued) Right112
How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued) Ape_b110
How can i Remove Nav Links like Calendar etc. PHBB3 !! (continued) Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Back to top

- Similar topics

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