Tagged: center alignment
Support,
I am having some trouble fine tuning the alignment of the content on my homepage. Everything underneath the slider looks like its leaning to the left. You can really see it in the Escrow Solutions color box.
Any Ideas?
URL: http://s750118979.onlinehome.us/
Brad
Hey bridgeway04,
I took a look at your site and css and found a couple of errors (missing } ) which I fixed, then I added this css:
@media only screen and (min-width: 1050px) {
.responsive .container {
display: flex !important;
justify-content: center !important;
}
}
Whick seems to have solved the issue, Please clear your browser cache and check.
Best regards,
Mike