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.

Navigation Menu buttons are seperated

3 posters

Go down

Solved Navigation Menu buttons are seperated

Post by Mio-chan July 22nd 2011, 5:12 am

On my website, the navigation menu buttons are separated, when I would like it to be one navigation menu.

Navigation Menu buttons are seperated Screenshotob

I am using PunBB, and would like a fix to this issue, the website address is http://www.theolympiansclan.com/forum

Thanks in advance Smile


Last edited by pimentel2 on July 22nd 2011, 3:16 pm; edited 1 time in total
Mio-chan
Mio-chan
Forumember

Male Posts : 284
Reputation : 17
Language : English, Portuguese | CSS3, HTML and learning C++
Location : Rhode Island, United States of America

http://www.theolympiansclan.com

Back to top Go down

Solved Re: Navigation Menu buttons are seperated

Post by ArChKnIgHt July 22nd 2011, 6:01 am

hi,

it can be done with a simple CSS code so..
go to ACP >> Display >> Colors >> CSS Sheet

add this code
Code:
#pun-navlinks{
padding: 0.5em 0px 0.6em 0px;
}

Hope That Help, ArChKnIgHt
ArChKnIgHt
ArChKnIgHt
Forumember

Male Posts : 134
Reputation : -1
Language : Arabic | English | French | CSS | HTML | JS
Location : Egypt

http://ultragamerz.forumotion.net/

Back to top Go down

Solved Re: Navigation Menu buttons are seperated

Post by Mio-chan July 22nd 2011, 3:09 pm

I tried that fix with CSS previously, didn't work. Even with !important.
Mio-chan
Mio-chan
Forumember

Male Posts : 284
Reputation : 17
Language : English, Portuguese | CSS3, HTML and learning C++
Location : Rhode Island, United States of America

http://www.theolympiansclan.com

Back to top Go down

Solved Re: Navigation Menu buttons are seperated

Post by Base July 22nd 2011, 3:11 pm

Hi, try adding this to your CSS code:

Code:
#pun-navlinks li a {
    margin: 0;
}
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Navigation Menu buttons are seperated

Post by Mio-chan July 22nd 2011, 3:15 pm

Thanks Base Smile Thread solved!
Mio-chan
Mio-chan
Forumember

Male Posts : 284
Reputation : 17
Language : English, Portuguese | CSS3, HTML and learning C++
Location : Rhode Island, United States of America

http://www.theolympiansclan.com

Back to top Go down

Solved Re: Navigation Menu buttons are seperated

Post by Base July 22nd 2011, 3:16 pm

You're welcome, glad I could help. Very Happy

Solved => Locked
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Back to top


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