Jump to content

Div not aligned?


Recommended Posts

Hi

For some reason the divs on the first row is not aligned with the rest of the divs. I have tried to look into the css files but could not figure out the problem.

Can anyone see why the first row is not aligned with the rest of the rows? Thanks,

 

Here is the site: http://buyzaaptv.dk/content/9-zaaptv-kanaler

Edited by khaledsaied (see edit history)
Link to comment
Share on other sites

This post is the post that I am talking about :)
I posted "d" in the first and aftwards I edited the post - else it would not let me post it :) 
 

 

Hi
For some reason the divs on the first row is not aligned with the rest of the divs. I have tried to look into the css files but could not figure out the problem.
Can anyone see why the first row is not aligned with the rest of the rows? Thanks,

Here is the site: http://buyzaaptv.dk/content/9-zaaptv-kanaler

Link to comment
Share on other sites

it's because of this:

 

.row-fluid [class*="span"]:first-child {
margin-left: 0;
}

bootstrap.css line 362

 

Thanks for the hint vekia. But if I comment this out it also effects the rest of my site as you can see now. How can I change this to work without making changes on the rest of the site? thnx 

Link to comment
Share on other sites

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
×
×
  • Create New...