how make this header titel on right

Posted in: Newspaper
Post count: 28

how make this header titel on right

View post on imgur.com

View post on imgur.com

Post count: 28
Post count: 35449

Hi,
If you are using the header style 1, then you can use this custom css:
body .td_block_template_1 .block-title {
text-align: right;
}

Set teh code in the theme panel > custom code> custom css and all block headers that use the header style 1 will be aligned to the right.
Thank you!

Post count: 28

not work will

View post on imgur.com

Post count: 35449

Hi,
Please provide a link to your website where I can investigate the header style and create a css for you.
Thank you!

Post count: 28

We used td_block_template_9
and this demo https://demo.tagdiv.com/newspaper_default_rtl_pro/

Post count: 35449

Please try this custom css:

body .td_block_template_9 .td-block-title {
text-align: right;
}
body .td_block_template_9 .td-block-title:after {
right: 0;
left: auto;
}

Post count: 28

good its work thank you

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