Hello,
I’m using your Newspaper theme and so far, it’s working really fantastic! I have a small question: on my home page, every new article that I post as the latest, I want to expand the featured image to full width (so that it covers the entire screen width). I’ve tried all options but it’s constraining the width i.e. to the right and left margin, white space is showing. I can’t stretch it at all.
Is there some custom CSS I should add?
Thanks and regards
Hi bdeepu,
If you want this on homepage you can use tagDiv Composer and set a block that is full https://www.screencast.com/t/VYHTEpfSKgae , or you can use flex block 1 set one post and layout module per row 1 and meta info horiz align to center https://www.screencast.com/t/sRYNWBW6XHN8
If you want to achieve this on post you can use a cloud template from tagDiv Cloud Library.
Hope this will help you.
Thanks.
Dear Calin,
Yes, I want to set it for home page.
Thanks. I tried both options but it’s not working. There is still white space to the left and right of the “full” image. I want it to cover the entire screen width. I am not using the “old style” theme template, which I installed from the demos and customized it fully. except this part, which I can’t seem to get.
Thanks. I
Sure. Here it is: https://dharmadispatch.in/
Please check the “main” story i.e. the one with the large featured image. This is what I want to stretch and cover the full width of the screen.
Hi,
If you refer at this https://www.screencast.com/t/nnS1dzxmTF , first make this set on row stretch https://www.screencast.com/t/ut6q9WgDzK save go in Newspaper>Theme panel> Theme color> General theme color, and clear background color https://www.screencast.com/t/GZzc575RdXQ0
See results: https://www.screencast.com/t/mDttfb2yNQ
Hope this will help you.
Thank you.
Hi,
In order to do that you’ll need to us a custom css
.td-old-fashioned .td-container-wrap, .td-old-fashioned .post {
background-color: white;
}
Add the above css in Newspaper>theme panel>Custom code>custom css
See results: https://www.screencast.com/t/jOMl5jsGTP
Thanks.