Center tittle and full block 10

Posted in: Newspaper
Post count: 14

Hello, I have two question:
1- Can I put the title of the block 4 at center alignment?
center title

2- It is possible view the block 10 (only center text) at full width?
full width

The result must be like the next picture:
result

Post count: 20688

Hi,

1. You could select a block header style which features a center aligned block title. For example this one
https://demo.tagdiv.com/newspaper/block-header-6/

If you mean the post titles in modules, you could use some CSS. For example this code will apply for block 4 only
https://www.screencast.com/t/MfE8pedH

.td_block_4 .td_module_2 .entry-title {
text-align: center;
}

CSS codes can be entered in Theme panel->Custom code – CSS section.

2. Block 10 on a full row will display like this
https://demo.tagdiv.com/newspaper/block-10/
These predefined blocks will always look like they are designed to.

However you could use a flex block, set one module per row, hide the image and excerpt and center align it (flex block 1 used in this example)
https://www.screencast.com/t/IWTlEc3mKaq
The flex blocks are highly customizable, default blocks can only display in a predefined way. Experiment with these blocks and you should obtain the result you want.

Thanks

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