Full width row

Posted in: Newspaper
Post count: 9

Hi, I’d like to have two blocks of solid color on one row, both taking up 50% of the entire screen. Currently they each take up a much smaller percentage. Essentially I want them to stretch over the entirety of the screen. I have attached a screenshot of my current situation. Additionally I would like no gap between the elements.

Imgur

Post count: 1291

Hi,

Not sure what you use there, those colored areas are images? or css background?
Please provide more details.
I’ve checked on my side using background color, there’s a padding on each column, you could use custom css to remove it – http://screencast.com/t/hjpMtQukdmbyhttp://screencast.com/t/9iJXGTXyDv
But to make it apply only to this row try to add a custom class to the row – http://screencast.com/t/TXwYxLTtm
The css would be:

.my-class-name.td-pb-row [class*="td-pb-span"] {
padding-left: 0;
padding-right: 0;
}

Thank you!

  • This reply was modified 9 years by Emil G.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.