Hello,
I have a problem with an image used as background in a row. http://flightpress.aero/wp-content/uploads/Untitled-1.png
I want to use it with full width but a white line appears in the right side and around it.
Please help me.
Thank you!
Hi
This happens because of theme’s grid which include that borders. A possible solution would be to remove all borders. Try this css in theme panel > custom code > custom css to remove the borders:
.td-pb-row [class*="td-pb-span"] {
border-width: 0px;
}
.td-container-border:after {
width: 0;
}
Thanks!
Hi
Try this css: http://screencast.com/t/zf8IWxX7nyxl
#wpstats{
display: none;
}
.td-sub-footer-container .td-pb-row{
width: 1021px;
margin-left: auto;
margin-right: auto;
}
Thanks!
Hi, I just visited http://indietravel.net/ that is a newspaper theme site.
I want to know how they did the full width image that says “Every day is a journey, and the journey itself is home” and the next 2 images with parallax. Because I tried but the row heigh was too much.
Thanks again!