Hi,
Having some CSS trouble: I have a centered 1/3 element layout with a text block shortcoding to a form. The box at 1/3 is too narrow. Is it possible to widen it out? I’m really looking for a single layout element 2/5 wide and centered. I’ve attached a URL so you can see.
Can you help?
Thanks
Hey entrepreneur41,
When I look at your page, it looks like you are using a 1/4 + 1/2 + 1/4 layout,
if you want the middle column to be 2/5, what issue did you run into when you tried it?
Since you asked for a CSS solution, here is one that I believe will work for you, feel free to adjust the values to suit:
.flex_column.av_one_half.login-middle-box {
width: 67% !important;
}
.flex_column.av_one_fourth.avia-builder-el-1,.flex_column.av_one_fourth.avia-builder-el-4 {
width: 10.5% !important;
}
Best regards,
Mike