what can i do to bring this picture to the bottom of the color area?
It works for all other pictures on the page but not for the first: http://i.imgur.com/RE81bCw.png
Hey wiwaldi79!
Set the image as a background of a color section and set the background position to right bottom.
Cheers!
Elliott
Nice idea!!! But i cannot add a color section into a 1/2 table??? or can i???? http://i.imgur.com/wcw5CtD.jpg
Hi!
No unfortunately it is not possible to have a color section inside of a 1/2 element.
Regards,
Rikard
Yes i know this! What can i do?
Hi!
you can move this image down using this code:
.avia-image-container.av-styling-.avia-builder-el-8.avia-builder-el-no-sibling.custom-image.avia-align-center {
bottom: -24px;
}
Best regards,
Andy
OK, how can i identify the image? for example i also want to bring this image (first green man) down to the bottom.
how can i get the right code?
Hey!
You can give your elements a custom class – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then change the code to following one
.your-custom-class {
bottom: -24px;
}
Regards,
Yigit
Cool. i`ll try this!
Works perfect. CLOSED.