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?
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