Site logo

Archived topic

Element at the bottom

3 replies · Started by Sergio on August 27, 2021

Viewing posts 1–4 of 4

Hello

I would like to be able to arrange the different elements in the space of a container with GP BLOCKS PRO.

Let me explain, on this website: https://safe-haven.net/ at the bottom there is a paragraph with the text "Get net profit ..." which is always at the bottom and the title remains at the top.

I could do it with "position: absolute;" but I think there must be a smarter way.

Any help is welcome.

Thanks in advance

Best regards

Translated with http://www.DeepL.com/Translator (free version)

Hi Sergio,

Not sure I understand your question.

Do you want this paragraph always be at the bottom of the entire page?
https://www.screencast.com/t/tQ1fqFBY5

Or do you want to replicate a similar layout using GB PRO?

Let me know :)

Hi Ying

Yes, indeed, but I think I have already found the solution.
They use:

.first__container {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
justify-content: space-between;
}

I'm not sure how to approach this with GP BLOCKS, but I'll try. If you have any advice I'd welcome it.

Thanks in advance

If you can add the headline and paragraph to your site, and link us to this page, we should be able to have a look and provide CSS solution.

Let me know :)

This archived topic is closed to new replies.