Text on sidebar block headings is not consistent / I'm having trouble fixing

Posted in: Newspaper
Post count: 28

Text on sidebar block headings is not consistent and I’m having trouble adjusting it.

I have run out of options for adjusting the text on sidebar headings other than using CSS code (I am not good at it) but I am having trouble getting the code right.

Installed Newspaper 9 with the Default Demo initially (2 years ago) but upgraded and converted and no longer using the tagDiv Standard Pack plugin.

On the homepage https://testsite.northdallasgazette.com/
Image: https://testsite.northdallasgazette.com/wp-content/uploads/2021/01/Sidebar-Heading-1.jpg

On another page: https://testsite.northdallasgazette.com/index.php/ndg-live-video/
Image:
https://testsite.northdallasgazette.com/wp-content/uploads/2021/01/Sidebar-Heading-2.jpg

I want them both centered with the font size of the larger one (19px). I followed the instructions for using the browser’s Inspector here and could only come up with the following code but it does not work.

td_block_templete_14 widget .td-block-title a {
font-size: 19px;
text-align: center;
}

Please help.

Post count: 21065

Hello!

Please use this CSS code:


.widget.td_block_template_14 .td-block-title a,.widget.td_block_template_14 .td-block-title span{
font-size: 19px !important;
text-align: center;
}

Add this code in Newspaper -> Theme panel -> Custom code -> Custom CSS.

Thank you!

Post count: 28
Post count: 21065

Hello!

Please copy-paste again the code. One point was missing. Please try again and let me know the results!

Thank you!

Post count: 28

Thanks again. But there is still no change when using that code.

Post count: 21065

Hello!

That’s weird. Please try again this code instead:

.widget.td_block_template_14 .td-block-title a,
.widget.td_block_template_14 .td-block-title span{
font-size: 19px !important;
text-align: center !important; }

Thank you!

Post count: 28

Still no change.

Post count: 21065

Hello !

We need to take a look and see what happened there.

Please contact us via email at contact@tagdiv.com and provide the following:

– admin url and credentials
– A link to this topic in order to identify you

Our team will take a look !

Thank you !

Post count: 28

Sent.

Post count: 28

I have sent two emails and have not heard anything back. When should I expect a response?

Akiim

Post count: 21065

Hello!

Unfortunately your e-mail was in our SPAM folder; Our team is looking at it as we speak and they will reply !
We are sorry for the inconvenience!

Thank you!

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