Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1007478

    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

    #1007495

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.