Column isn't Centering Under Picture

Hey Guys,

I added the code that makes the screen stretch for larger images - btw please implement this asap :)… and now when I go to view the page the column underneath images that I have do not center with the image.

the code I added was:

<style type="text/css">

@media screen and (min-width: 1200px) {
.w-container {
max-width: 1170px;
}
}

my public link is: http://devmbphoto.webflow.io/

Please help guys. Need to get this turned into the client asap.

Hi I have trouble to see what you mean (: I see your code is taken into account by the site.

What page is it? What is “the column underneath” ?

Can you please share your project’s public link so it’s easier to understand your issue?

Learn how to do it here: Share a read-only link | Webflow University

Yes, Thank you vincent for helping me out with this.

The link is: devmbphoto shared link

It’s on the home page, the main page. I have images and text column right below I desperately need it to be centered underneath the image on larger formatted monitors as well as regular sized.

your images have a fixed width, make them 100% width of the fluid container, that will help …?

1 Like

@maikelkoopman I made everything 100% and it works fine now. Thank you sir. I appreciate your help as well @vincent!

1 Like

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