Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #168704

    Hi

    Is it possible to have a page element that is 4/5s? There is one that is 1/5 so I think it would make sense to have a 4/5s too. At the minute I am using a 3/4 element and then a 1/5 element but it doesn’t utilise the full width of the page.

    Thanks,
    Rob

    #168731

    Hello RevolutionGroup!

    No, not at the moment. We’ll be adding more content elements down the road but right now the only ones available are what is shown.

    Cheers!
    Devin

    #171714

    Hi Devin

    Ok, fair enough. Is there anyway to do it manually if it can’t be done using the layout editor?

    Regards,
    Rob

    #172051

    Hi Rob!

    It is, targeting each block with CSS, no matter which size you choose in the backend you can alter them with something like this:

    .avia-builder-el-1{
     width: 66.66%;
    }
    .avia-builder-el-2{
     width: 40%;
    }
    
    And so on..
    

    Cheers!
    Josue

    #179091

    Hi Josue

    Ok, great. I’m a bit confused how to integrate that however. On my page here: http://tinyurl.com/qae7m8y

    I would like the left hand side to effectively be 4/5 and the column on the right to be 1/5 (which it is already).

    This is the ONLY page I would like it to be like this however. Is that possible and if so, how do it do it?

    #179175

    Hi!

    Is this what you want to achieve?

    Cheers!
    Josue

    #179590

    Hi Josue

    It is difficult to tell without the menu but if the right hand side column lines up with the end of the menu, like this:

    Then yes, that is exactly what I would like to achieve!

    #179875

    Hey!

    Please add following code to Quick CSS

    .page-id-2372 .av_three_fourth { width: 78.5%; }

    Regards,
    Yigit

    #180168

    Hey Yigit

    That worked! The support you guys give is amazing.

    Thanks,
    Rob

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Element that is 4/5’ is closed to new replies.