Tagged: nikko jordan virginia yigit
Hello good day. I’m having some difficulties and I need your help.
I am setting up my entire site with GRIDROW 1/2 and 1/2 and it is exactly on the devices that it has been my biggest fight.
I use this code to control the width of the grid.
SITE – https://marcelomilk.com.br/desafio-instagramsniper-13/
.
# my-row {
max-width: 1160px;
margin: auto;
top: 0px;
}
.
Is there a way to control the lag separately? Left side do I use one width and straight side the other? This code above controls general.
I want to create a layout like this with gridrow …
I think I will be more successful on devices. What do you think?
Hi mleite1,
We apologize for the delayed response.
Can you try adding this CSS code in Enfold > General Styling > Quick CSS (the first code block is for the left and the second one is for the right):
#my-row .av_one_half.avia-builder-el-first {
width: 60%;
}
#my-row .av_one_half.avia-builder-el-last {
position: relative;
left: -20%;
}
You’ll most likely need to adjust these values but I hope it can help with what you’re trying to accomplish.
Best regards,
Nikko