WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Navigation bar Error Empty Navigation bar Error Mon Jul 19, 2010 1:44 am

Behavior???


Registered Member
Registered Member
Navigation bar Error Screen10

I want To get rid of the blue line near to the navigation bar and also to center the banner (Thats not the real one, waiting for GreenCow to make an attempt) and also remove the text in the right side of the banner to somewhere else (Or completely remove the Text)

Help pleasE?

http://www.thedungeons.info

2Navigation bar Error Empty Re: Navigation bar Error Mon Jul 19, 2010 2:14 am

Green CoW

Green CoW
Graphic Designer
Graphic Designer
You need to search for the #pun-intro in the CSS..

Code:
#pun-intro  {
background-color:#12A3EB;
background-image:url("http://2img.net/i/fa/empty.gif");
background-repeat:repeat-x;
border-bottom:1px solid #12A3EB;

and edit the bottom border to 0px.
Edited code would look like this....
Code:
#pun-intro  {
background-color:#12A3EB;
background-image:url("http://2img.net/i/fa/empty.gif");
background-repeat:repeat-x;
border-bottom:0px solid #12A3EB;

3Navigation bar Error Empty Re: Navigation bar Error Mon Jul 19, 2010 8:57 pm

Behavior???


Registered Member
Registered Member
Thankyou GC, but is there any solution to the other problem that I mentioned

center the banner and also remove the text in the right side of the banner to somewhere else (Or completely remove the Text)

http://www.thedungeons.info

4Navigation bar Error Empty Re: Navigation bar Error Mon Jul 19, 2010 10:08 pm

ankillien

ankillien
Administrator
Administrator
To center the banner go to Admin CP > Display > Headers & Navigation.
To remove description text, go to Admin CP > General > Configuration

5Navigation bar Error Empty Re: Navigation bar Error Tue Jul 20, 2010 12:42 am

Behavior???


Registered Member
Registered Member
Still, it doesnt work!

http://www.thedungeons.info

6Navigation bar Error Empty Re: Navigation bar Error Tue Jul 20, 2010 12:46 am

RockerMan

RockerMan
Technician
Technician
Have you got a link we can have a look at Smile

Thanks,
Mike Like a Star @ heaven

http://www.graphics-post.com/

7Navigation bar Error Empty Re: Navigation bar Error Tue Jul 20, 2010 12:47 am

Behavior???


Registered Member
Registered Member
The Forum is still in its early stages, though we wont be keeping the banner, its a test banner I uploaded to see how the banner position goes

http://clubbies.forummotion.com/forum.htm

http://www.thedungeons.info

8Navigation bar Error Empty Re: Navigation bar Error Tue Jul 20, 2010 12:53 am

RockerMan

RockerMan
Technician
Technician
Code:
.pun-logo {
height: enter here;
width: enter here;
margin: 0 auto;
}

Test that one out, might work. Might not, not very used to forumotion CSS Shocked

Ani will have to give me some lessons Razz

http://www.graphics-post.com/

9Navigation bar Error Empty Re: Navigation bar Error Tue Jul 20, 2010 8:16 am

ankillien

ankillien
Administrator
Administrator
Please try this code...

Code:
#pun-intro #pun-logo {
float : none;
}

@Mike,
You are already good at CSS. It won't take much time to get used to with Forumotion Smile

10Navigation bar Error Empty Re: Navigation bar Error Tue Jul 20, 2010 8:58 pm

Behavior???


Registered Member
Registered Member
yAY! It worked, thanks Ani!

http://www.thedungeons.info

11Navigation bar Error Empty Re: Navigation bar Error Tue Jul 20, 2010 9:20 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
Solved | Locked

http://woops.dk

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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