Site logo

Archived topic

Align Bottom

19 replies · Started by Kim on December 9, 2017

Viewing posts 1–15 of 20

Hi,

I try to replicate the section on your homepage and can't get the image to be aligned to the bottom (hope, you know what I mean ;-)). How can I achieve this?

Many thanks!

Hi there,

Which section are you referring to?

It's using page header with some custom coding: http://www.screencast.com/t/9lDxrUPTWm

If you use the browsers developer tool, you can copy the HTML structure along with the CSS that comes with it.

The align bottom is achieved by this CSS:

@media (min-width: 1024px) {
    .add-on-image {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

Hi Leo,

unfortunately this does not solve my problem. I want to align an image with the bottom of a section or page header (s. Screenshot). I've added the image within a two column grid. Do you have another suggestion for me?

Many thanks!

https://www.dropbox.com/s/3lz9wg6a6qk7x0j/screenshot.png?dl=0

Can you link me to the actual page?

Hi Leo,

unfortunately it is private at the moment.

It's basically impossible to provide code without seeing the site unfortunately.

Can you put it on a staging server?

I've tried to add style="vertical-align: bottom;" to the image (as in your demo), but it doesn't work.

I will come back when the site is online.

Sounds good. We will be here :)

Hi Leo,

coming back to this issue. I want to align the picture of the woman (third section on the homepage) to to bottom of the section...hope you know what I mean.

Can you try this CSS:

.inside-grid-column {
    margin-bottom: 0;
}

That's it!!! Many thanks :-)

No problem!

Hi Leo,

unfortunately the CSS doesn't work anymore after the update of the Lightweight Grid Columns Plugin. Do I have to change something?

This archived topic is closed to new replies.