Hi,
I’m not sure why but when I put two images into a 1/3 section on my homepage, the content in the 2/3 section next to it shifts down and to the left.
This is the page with one image placed in the 1/3 box: https://www.dropbox.com/s/8befg84igyxyxth/Screen%20Shot%202015-07-15%20at%202.14.00%20PM.png?dl=0
This is what it looks like with two images: https://www.dropbox.com/s/ou7wkdf02skav19/Screen%20Shot%202015-07-15%20at%202.14.20%20PM.png?dl=0
You can see that the spacing is weird now and the content in the 2/3 section doesn’t line up with the right edge of the navigation links anymore.
Here’s what it looks like in my layout builder: https://www.dropbox.com/s/yqnhvdw35q636xb/Screen%20Shot%202015-07-15%20at%202.15.13%20PM.png?dl=0
Thanks in advance for any suggestions.
Hi mxshi!
You have some custom CSS which is changing it’s margins.
.home .avia-builder-el-4 {
margin-left: 0;
margin-top: 20px;
}
Best regards,
Elliott
Ah, great, that fixed it. Thanks!