hi, how can i center the text and bring the image to the bottom http://i.imgur.com/WrH7o62.jpg that it looks like this: http://i.imgur.com/Qgtn6SP.jpg
Hey wiwaldi79!
Thank you for using Enfold.
Add a custom section id to the color section then adjust the position of the column:
#custom-section .flex_column.av_two_fifth.flex_column_div.first.avia-builder-el-45.el_after_av_hr.el_before_av_three_fifth {
position: relative;
bottom: -80px;
}
You can learn basic css here: https://css-tricks.com/category/beginner/
Cheers!
Ismael
Thanks. Looks better. How can i bring the text to the left? http://i.imgur.com/OySHxWn.png
Hi!
Please add following code and adjust as needed
#kundevorschlagen .av_three_fifth {
margin-left: -50px;
}
Cheers!
Yigit
No effect ;()
Hey!
Please try adding !important rule as following
#kundevorschlagen .av_three_fifth {
margin-left: -50px!important;
}
Cheers!
Yigit
Thank you so much Yigit for your help. But it don`t work ;(
Hi!
Yigit’s code is taking effect, try increasing it to a 100px:
#kundevorschlagen .av_three_fifth {
margin-left: -100px !important;
}
Best regards,
Josue
Thanks. CLOSED.