Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #490119

    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

    #490332

    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

    #490352

    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?

    #490805

    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

    #491255

    here you go, thanks

    #491814

    Hey,

    It looks centered on my end, I’m guessing you managed to work it out?

    Best regards,
    Rikard

    #492152

    yes I did, Thanks a lot for your help!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘centre 3/4 column’ is closed to new replies.