Allign photos vertically

Hey!

How can I align these 2 photos 1st under the 2nd? https://snag.gy/UlpXP2.jpg
I tried marginless colomn + vertical-align: middle; and its not working.

Hello @fidoba,

Thanks for asking. :slight_smile:

You can add following CSS in Image element under Customize > Setup > Element CSS:

$el{
  margin-top: -10px;
}

I have found the proper CSS code selector using the Chrome browser Developer Toolbar:

For the CSS code itself, I suggest that you get started with this tutorial:

Thanks.

This is not working…I need the button under the desktop pic…

Hello @fidoba,

Thanks for updating the thread. :slight_smile:

I am really sorry for the confusion. I have made the changes for you in the website. Essentially what I have done is added a class name download-now-button to download button under Customize > Class.

After that I added following CSS under X > Theme Options > CSS:

.download-now-button {
    width: 100%;
}

.download-now-button img {
    margin: 0 auto;
}

Here’s screenshot.

That being said, please never share login details in public. Please use secure note feature so that the information is in between you and Themeco staff. I have moved the details into secure note.

I have found the proper CSS code selector using the Chrome browser Developer Toolbar:

For the CSS code itself, I suggest that you get started with this tutorial:

Thanks.

Thank you!

You’re welcome.

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