Hi
i want to align two 1/2 boxes at the bottom. At the moment they are align on the top. Can i do this?
Please see the scrennshot
Hey dezomat2,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi
please see the links below
Best regards
dezi
Hi dezi,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width:1200px){
body.page-id-734 .container_wrap .avia-builder-el-first.avia-builder-el-1 {
margin-top: 4.5%;
}
}
@media only screen and (min-width:1024px) and (max-width: 1199px) {
body.page-id-734 .container_wrap .avia-builder-el-first.avia-builder-el-1 {
margin-top: 7.5%;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria
thank you very much. i just noticed that i need to adjust the width of the container and then the height does not fit. Do you know what i need to change if i but the width to e.g. 1250px ?
Hi dezomat2,
Like the container globally for the whole website?
Best regards,
Victoria