How to center align the text of Block Header 10

Posted in: Newspaper
Post count: 9

How to center align the text of Block Header 10, in block setting menu currently its left align, can you provide custom css so that the custom title which I add from TD composer looks centered
Currently my site is on testing once everything looks fine will implement on main site
http://kuwaittimes.net/sample

Post count: 22421

hello,
you can add this custom css in the theme panel under custom code:

.td_block_template_10 .td-block-title{
text-align:center;
}

Thank you!

Post count: 9

Thanks it worked great, and in some blocks I need to disable Custom Title as it keeps spacing and it shows blank white space.

Post count: 23312

Hi,

Provide some useful screenshots with the problem so I can identify the problem and also, so I will be able to provide a more accurate response.

Thanks

Post count: 9

Kindly find screen shot White spacing on top of the image

Even I tried with block 22 and block 23 it still gives white spacing on top, Even big grid full 1 has same issue

Post count: 35449

Hi,

Please add this custom css in Newspaper>Theme panel.Custom code>Custom css
.td-main-page-wrap {
padding-top: 0px;
}

Hope this will help you.
Thanks.

Post count: 9

Thanks a lot it worked fine, and let me congratulate all at tagdiv for this super theme. Hope you come out with a block short code and big grid short code which displays video very soon. Currently there is only extended short code for playlist

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