Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #406380

    Hi
    I need to change the size of the border in the Grid row. The only setting I can find is the option to enable og disable borders, but not to set the size?
    How can I change the size to ex. 10 pxl between the cells?
    best regards
    Henrik

    #406390

    Hi Henrikgood!

    Thank you for using our theme.

    You can style the border with CSS.

    For example put in custom.css or Enfold->Styles->QuickCSS the following:

    
    .av-layout-grid-container .flex_cell {
        border: 10px solid red !important;
    }
    

    It will probably be necessary to specify the page and the element more closely.

    If you need help, please give us a link to the page and we can provide you with the correct CSS.

    You can post it here as a private reply.

    Cheers!
    Günter

    #406403

    Hi Gunther
    That worked well. I will test it out and get back to you if I need more help
    best regards
    Henrik

    #406416

    Hi!

    Glad I could help you. I leave this post open, in case you need more help.

    Enjoy the theme.

    Regards,
    Günter

    #410481

    Thanks that did the trick

    #410483

    Hi!

    Glad to hear that.

    Have a nice day.

    Cheers!
    Günter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Grid row border size’ is closed to new replies.