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.

CSS Glitched

2 posters

Go down

Solved CSS Glitched

Post by Rubber Ducky October 2nd 2010, 5:38 pm

Ok, I have Matei's soccer theme but theres an annoying thing in it. The title no matter what you do is automatically pushed over to the left, even when I go to headers and navigation and center it there still nothing happens, due to this, i have to make my banner's text over on the left hand side. And this looks ugly, here is the CSS of my forum - if anyone can help so it centers my banner i'd be very greatful.

Spoiler:
Rubber Ducky
Rubber Ducky
Forumember

Male Posts : 245
Reputation : 6
Language : English
Location : England

http://www.webdesignz.createforum.eu

Back to top Go down

Solved Re: CSS Glitched

Post by Rubber Ducky October 3rd 2010, 7:39 pm

Bump!
Rubber Ducky
Rubber Ducky
Forumember

Male Posts : 245
Reputation : 6
Language : English
Location : England

http://www.webdesignz.createforum.eu

Back to top Go down

Solved Re: CSS Glitched

Post by ankillien October 4th 2010, 8:28 am

Hello,

Can you please provide a link to your site?
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: CSS Glitched

Post by Rubber Ducky October 4th 2010, 5:07 pm

http://www.webdesignz.createforum.eu

My forum version is phbb3
Rubber Ducky
Rubber Ducky
Forumember

Male Posts : 245
Reputation : 6
Language : English
Location : England

http://www.webdesignz.createforum.eu

Back to top Go down

Solved Re: CSS Glitched

Post by ankillien October 4th 2010, 6:37 pm

Thanks Smile

Add this code to your CSS...

Code:
#logo-desc {
text-align: left !important;
}
#logo {
float: none !important;
}

It will move the banner to left.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: CSS Glitched

Post by Rubber Ducky October 5th 2010, 6:12 pm

Nope.. Didn't work.
Rubber Ducky
Rubber Ducky
Forumember

Male Posts : 245
Reputation : 6
Language : English
Location : England

http://www.webdesignz.createforum.eu

Back to top Go down

Solved Re: CSS Glitched

Post by ankillien October 6th 2010, 3:38 am

What exactly you want to do?
Banner on right side and title text on left side?

I don't see any title text on your forum.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: CSS Glitched

Post by Rubber Ducky October 6th 2010, 4:40 pm

U want the img logo its self centered
Rubber Ducky
Rubber Ducky
Forumember

Male Posts : 245
Reputation : 6
Language : English
Location : England

http://www.webdesignz.createforum.eu

Back to top Go down

Solved Re: CSS Glitched

Post by ankillien October 6th 2010, 6:53 pm

This code will make the logo image centered...

Code:
#logo-desc {
text-align: center !important;
}
#logo {
float: none !important;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: CSS Glitched

Post by Rubber Ducky October 6th 2010, 7:40 pm

No change, it stays in the same place.
Rubber Ducky
Rubber Ducky
Forumember

Male Posts : 245
Reputation : 6
Language : English
Location : England

http://www.webdesignz.createforum.eu

Back to top Go down

Solved Re: CSS Glitched

Post by ankillien October 7th 2010, 5:40 am

Make sure you add the code at the end of all other codes in your style sheet. It must work.

I have already tried the code I gave you and it works.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: CSS Glitched

Post by Rubber Ducky October 7th 2010, 4:43 pm

Solved thankyou very much ankillen!
Rubber Ducky
Rubber Ducky
Forumember

Male Posts : 245
Reputation : 6
Language : English
Location : England

http://www.webdesignz.createforum.eu

Back to top Go down

Solved Re: CSS Glitched

Post by ankillien October 7th 2010, 5:12 pm

Glad I could help Very Happy

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top


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