Hi guys, I am trying to center 3/4 column with no luck, I found some mentions on the forum but couldn’t successfully implement the solutions.
I link to one of the pages in the private section.
Thanks a lot
Hey coheno!
If that’s the only thing you want to display in that page then just drag a codeblock element to it and add this inside.
<style type = "text/css">
.flex_column.av_three_fourth.flex_column_div.av-zero-column-padding.first.avia-builder-el-0.avia-builder-el-no-sibling {
float: none;
margin: 0 auto !important;
}
</style>
Otherwise I would use a grid row element and place cells on either side of the middle cell to center it.
Best regards,
Elliott
Hi Elliot,
Thanks for the quick replay,
adding the code to a code block within or out side of the column didnt help and using grid is not an option because the biggest middle cell would be 3/5 which is too small.
any idea how it can be solved?
Hi,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Thanks,
Rikard
here you go, thanks
Hey,
It looks centered on my end, I’m guessing you managed to work it out?
Best regards,
Rikard
yes I did, Thanks a lot for your help!