Hi,
I just bought this template and i’ve got a layout question.
I’ve make a 2/3 and a 1/3 column (the 1/3 contains a tall standing picture). Just beneath this element is need a 1/3 + 1/3 + 1/3. The last 1/3 still contains the tall picture. I tried for an hour, but cant figure it out. I have a lot of experience with jupiter/avada/salient, but on this one i cant create it.
Hope someone can help me out. Thanks in advance.
Hi bonami ;
I f I don’t misunderstood ; you can take a look to “Grid Row” in the Advanced Layout Builder
see here : http://i.imgur.com/I0uDrX6.png
Hi!
Thank you for using Enfold.
Yes, you can use the Grid Row element, set the Cell Size to 2/3 1/3 then add 1/3 columns using the Column Layout element.
Regards,
Ismael
Hi Ismael,
Thanks for that. That did the trick. Only with the Grid Row added, this part is full width now. I cant find any options to change it anywhere.
Kind reagrds
Hi!
Edit the grid row element then apply a custom id attribute to the section. Use “custom-grid” for example. Add this on Quick CSS:
div#custom-grid {
width: 1310px;
margin: 0 auto;
}
Use css media queries to adjust the size of the grid on different screen sizes. I know this is a bit complicated but the theme should have a nested columns feature on future updates.
Regards,
Ismael