Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1399226

    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

    #1399275

    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

    #1399281

    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

    #1399283

    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

    #1399286

    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

    #1399288

    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

    #1399297

    Hello Mike
    you can close this ticket

    that is ok

    thanks for your help

    kind regards
    Franz

    #1399307

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Width Grid Row’ is closed to new replies.