Hi,
You can change color to the grid line: http://screencast.com/t/ymp8gcdy6
Result: http://screencast.com/t/yGrNMnjNd46
Thanks!
@Alin Thanks, but it’s not helping because at most i can set the border color to be white to make it disappear. But if there are elements such as ads or images it has white line on it. So either I set the color to ‘transparent’ or set the border width to 0 in css file. So if you can tell me which CSS ID/Class it is I can do it.
Much appreciated.
Hi,
Please add a class to the page content in the page template that you use like this: http://screencast.com/t/ZHdhM52SO and use custom css to change color to white(or any color) only for right border: http://screencast.com/t/kEOpFkaf
.border-right .td-container-border:after{
background-color: white;
}
Hope this helps!
Hi,
Glad that you managed to solve it and thanks for the message!