Background Image in a row

Posted in: Newsmag
Post count: 16

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!

Post count: 6535

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!

Post count: 16

Thank you! That worked.

Another question: How I remove the white line located under the footer? And how I align the footer content in a center position?

Thanks!

Post count: 6535

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!

Post count: 16

Great! Thanks!

Post count: 16

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!

Post count: 6535

Hi

The indicated site uses Newspaper theme and a custom html structure for indicated row. It uses a stretched row but with Newsmag this is not possible because it’s grid does not allow a full width row.

Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newsmag’ is closed to new topics and replies.