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
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
Hi Rikard,
In order to log in, you should
Thank you in advance!
Best,
Anton
Hi,
What is the content in the grid row?
It didn’t stand out, I’m not sure were it is.
Best regards,
Mike
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
Hi Yigit,
Thank you very much! Works perfectly!
Best,
Anton
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