doubt

Posted in: Newspaper
Post count: 45

https://www.screencast.com/t/LPrRElhKa

What do you need to change so that block 10 and 9 can fill the entire empty space of the column?

The increase of the source, I did through (Modules and blocks, article title) however it is necessary to change the 8 and 9 so that the 10 and 9 were changed. I think there’s some confusion out there on the panel.

But the main question is about filling space

Post count: 20687

Hi,

Each block uses different modules, they do not have to correspond to the block numbers (block 9 uses module 8 and block 10 uses module 9) you can get some impression about this in Theme panel->Block settings – https://www.screencast.com/t/DVULMaAiLI or you can check with your browser inspector – https://www.screencast.com/t/AYpQSGRwfto
You could align the title content using this code, enter it in Theme panel->Custom Css

.td_block_9 .td-module-title {
text-align: center;
}

Thanks

Post count: 45

It would not align the title, but make the text fill the entire column.

Post count: 20687

Hi,

The code from above center aligns the title text so it fills the column better but it also depends of the length of the words (if they can not fit in the row space they will appear on the second row). By default the title has no alignment, that is one of the differences between the modules that those block use as you can see in the demo – http://demo.tagdiv.com/newspaper/block-9/http://demo.tagdiv.com/newspaper/block-10/ of the blocks on one column.

Thanks

Post count: 45

I would like the block to show only 1 post and that it occupy the entire column. Most of the newspaper tracking sites in Brazil today are pushing headlines without a prominent image, using only the largest source

Post count: 20687

Hi,

I have tried to replicate your setting with block 10 and block 9 below it set a limit of one post – https://www.screencast.com/t/BAYI5NPvC7pi with bigger font size and this is the result – https://www.screencast.com/t/dnz45Y3mH the content ocupies all the space available – https://www.screencast.com/t/8LEi0m81wmC1 in that module.
You can set a limit of one post in each block settings – https://www.screencast.com/t/b1Gw4QlXX
Maybe what you are trying to say is that you want those blocks with one post occupy the entire row – https://www.screencast.com/t/E0p470RBc8 If that is the case you must set the row to full first – https://www.screencast.com/t/ld8bF1FiGqZ1 then enter this code in Theme panel->Custom Css

.td_block_10 .td-block-span4 {
width: 100%;
}
.td_block_9 .td-block-span4 {
width: 100%;
}

However this would apply to all the block 9 or 10 set on a full row in your page if you have any. In that situation please provide a link and I will try to give a solution but if not, the code should work fine. Hope that I did not misunderstand what you are saying but if I did please correct me.

Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.