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]

1Lining up things on my forum. Empty Lining up things on my forum. Fri Oct 01, 2010 10:05 am

Reverse Simplicity


Registered Member
Registered Member
Firstly I would like to say that I am very sorry if this has already been posted. I searched 'Navbar' 'Navbar position' and read whole threads but found nothing useful.

I would like to have my actual navbar above my site description (That I plan to have as another navbar)
Lining up things on my forum. Untitl10
The site description is currently the little grey button in the above screenshot, there is also a massive gap between the description and the navbar. my forum version is phpbb 3

I want to fix the gaps between the borders, it makes it hurt my eyes D:
Lining up things on my forum. Untitl11

Lining up things on my forum. Untitl12

Sum-up - 1. Looking for some CSS code 'hopefully' that allows the Navbar to be placed above the description.
2. What is the big white void for and can I remove it?
3. what do I need to edit in the CSS code to even up the borders.
Thanks is advance!
James

2Lining up things on my forum. Empty Re: Lining up things on my forum. Fri Oct 01, 2010 10:33 am

ankillien

ankillien
Administrator
Administrator
Hi there,

Welcome to WebArtz Very Happy

I think the 1st problem can be only solved if you have template editing which is not available on phpBB3.

The other 2 can be done. Can you provide a link to your site please?

3Lining up things on my forum. Empty Re: Lining up things on my forum. Fri Oct 01, 2010 11:27 am

Reverse Simplicity


Registered Member
Registered Member
Thanks for the fast reply! Ok I was thinking that would be the case.

My forum: http://teentalk.forumotion.com/forum.htm

Thanks again,
James

EDIT: You might have to wait for just a bit, Silly me changed my theme to phpbb 2 to have a look, then couldnt get my theme back xD

4Lining up things on my forum. Empty Re: Lining up things on my forum. Fri Oct 01, 2010 11:43 am

ankillien

ankillien
Administrator
Administrator
Thanks.

I've got the fixes.

To remove the blank space below the banner, add this code to your CSS...

Code:
.headerbar {
height: auto !important;
}

EDIT:
I noticed that your forum theme was changed to the default one. So I can't see other bug there.

5Lining up things on my forum. Empty Re: Lining up things on my forum. Fri Oct 01, 2010 11:53 am

Reverse Simplicity


Registered Member
Registered Member
Alright my images are not on the site, but the error with the theme is there Very Happy

I cant believe I did that lol

cheers,
James

6Lining up things on my forum. Empty Re: Lining up things on my forum. Fri Oct 01, 2010 11:57 am

Reverse Simplicity


Registered Member
Registered Member
ankillien wrote:To remove the blank space below the banner, add this code to your CSS...

Code:
.headerbar {
height: auto !important;
}
Excellent, Worked perfectly! And looks great!

EDIT: Damn sorry, forgot to edit instead of post

7Lining up things on my forum. Empty Re: Lining up things on my forum. Fri Oct 01, 2010 12:01 pm

ankillien

ankillien
Administrator
Administrator
Adding this code would remove the breaking background images bug...

Code:
#main {
margin-top: -16px;
}
.inner {
margin-top: -1px;
}

8Lining up things on my forum. Empty Re: Lining up things on my forum. Fri Oct 01, 2010 12:08 pm

Reverse Simplicity


Registered Member
Registered Member
ankillien wrote:Adding this code would remove the breaking background images bug...

Code:
#main {
margin-top: -16px;
}
.inner {
margin-top: -1px;
}
Excellent Thanks so much! (I got the footer one it was 1x1 px out)

This error has made me lose a lot of focus, thanks for giving me my focus back Very Happy

9Lining up things on my forum. Empty Re: Lining up things on my forum. Fri Oct 01, 2010 6:14 pm

ankillien

ankillien
Administrator
Administrator
Glad I could help Very Happy

Solved | Locked

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