Dear Support,
we are using two 1/2 Elements in a color section. In one we are a using an image which should always stick to the bottom of the color section, even if you change the size of the browser window. No space between the image and the bottom of the color section.
Can you help us here please?
Best
FSP
Hey fsparker16,
I think it would be better if you used a Grid Row for that layout instead, and set the image as a background to the second row. Could you try that out maybe?
Best regards,
Rikard
Hey Rikard,
thanks a lot for your support. I have tried that and it works great, until you scale the browser window to mobile.
In mobile view the image disappears completely.
Also the margins of the texts should be the same as in the normal color section layout.
Do you have a suggestion?
Best
FSP
Hi FSP,
You can remove the margin at the bottom of the image:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .flex_column {
margin-bottom: 0px;
}
}
Best regards,
Victoria
Dear all,
I managed to solve almost every issue, but one is still there.
Is it possible to have the on-mouse-over colors of the social icons right away (without on-mousse-over)
Thx for advise.
Best
FSP
Hi,
That is not possible, you would need to make link the hole div.
It would require some more advanced customization to achieve it.
Best regards,
Basilis