Bootstrap container width issue

I’m using bootstrap for responsive but I’m having issue with large screen with high resolution screen, picture one is normal screen, you can see things mess-up while fixing for large screen

second picture is snapshot from large screen client have high resolution screen while fixing according client requirement thing are getting mess-up on normal screen


bootstrap column used: col-lg

There’s more to the layout problems than that col. The parent containers drive how wide col-lg is going to be. Do you have a wrapper that is set to col-something instead of using row or something which is full width?

As for the image, it looks better in the second than the first. There’s a height problem there…

But we’re guessing without some sort of code to reference.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.