Demo Alligment

want to make those pictures looks the same without space on top to both pictures.

Hey Ole,

I tried to check the website attached to the license in your account but there is a coming soon page active on the site.

Please provide us with the admin access to your site in a Secure Note so that we can check your site:

okay sending

Hey Ole,

Please go to the Element CSS setting of the row that contains the two columns:

Then find this block of code:


$el .x-column:nth-child(1) {
  margin-top: calc(2em + 12vw);
}

and update it to:


$el .x-column:nth-child(1) {
  margin-top: calc(0em + 6vw);
}

Hope this helps.

worked thanks

You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.