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

    Hi,

    I am using a grid row with 5 columns which are separated by borders. How can I remove the last border (between column 4 and 5)? And furthermore how can I remove the bottom border of the grid row?

    Thank you in advance!
    Best,
    Anton

    #869401

    Hey tonydobrevski,

    Like I wrote in your other thread, the page you linked to just displays a blank page. Could you check that out please?

    Best regards,
    Rikard

    #869527

    Hi Rikard,

    In order to log in, you should

    Thank you in advance!
    Best,
    Anton

    • This reply was modified 7 years ago by Mike. Reason: moved password to Private Content area
    #870246

    Hi,
    What is the content in the grid row?
    It didn’t stand out, I’m not sure were it is.

    Best regards,
    Mike

    #870449
    This reply has been marked as private.
    #871279

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #gridrow .flex_cell:nth-child(5) {
        border: none!important;
    }
    

    Best regards,
    Yigit

    #871726

    Hi Yigit,

    Thank you very much! Works perfectly!

    Best,
    Anton

    #871745

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Grid Row – Remove border between last 2 columns’ is closed to new replies.