Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
krafti

design verändert nun bugs

Recommended Posts

Hi,

schuld daran ist in deinem CSS der definierte Außenabstand "margin: 20px auto 20px auto;" in #ipbwrapper.

Ersetze einfach im CSS das:

#ipbwrapper

{

	margin: 20px auto 20px auto;

	text-align: left;

	width: 100%;

}
gegen das:
#ipbwrapper

{

	margin: 0px auto;

	text-align: left;

	width: 100%;

}

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×