Tagged: Element
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
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
Hi Devin
Ok, fair enough. Is there anyway to do it manually if it can’t be done using the layout editor?
Regards,
Rob
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
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?
Hi!
Is this what you want to achieve?
Cheers!
Josue
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!
Hey!
Please add following code to Quick CSS
.page-id-2372 .av_three_fourth { width: 78.5%; }
Regards,
Yigit
Hey Yigit
That worked! The support you guys give is amazing.
Thanks,
Rob