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

    https://kriesi.at/themes/enfold-consulting/

    if you check the “4 Easy Steps to Sccess” Section on a screen width over 2000px The Pictures are not aligned anymore.

    Is there a way to fix that?

    #1120953

    Hey MasterFlo,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 2000px){
        .html_header_sidebar .container_wrap.av-layout-grid-container {
            width: 1690px;
            margin: 0 auto;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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