Hello together
have added a new page here
link below:There I have inserted a Grid Row
can I set the width via css.
thanks in advance
kind regards
Franz
Hey schweg33,
Thanks for the link to your page, I see a grid row with 5 1/5 cells, but only the first two have content.
I’m not sure what you wish to achieve, please explain further.
Best regards,
Mike
Hello Mike
have now filled all cells
I want that on both sides a free space arises
see printscreen link below:
Maximum Container Width is set to 1330 px
so wide the grid row should be
thanks
kind regards
Franz
Hi,
Thanks for the feedback, the grid row element is a full-width element but you could use the css to add a max width:
#av-layout-grid-1 {
max-width: 1130px;
margin: auto;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hello Mike
this fits well now
if I copy it just copy the code also
can I enter that under once?
2x I have now entered the code
the third not yet
vertically I can also reduce the distance?
thank you and greetings
thanks
kind regards
Franz
Hi,
If you are going to use the grid row multiple times on the same page try this css instead
#main .av-layout-grid-container {
max-width: 1130px;
margin: auto;
}
To remove the top and bottom padding to have the grid rows closer together try this css:
#main .av-layout-grid-container .flex_cell {
padding: 0 30px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hello Mike
you can close this ticket
that is ok
thanks for your help
kind regards
Franz
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike