Block 21 justified

Posted in: Newspaper
Post count: 204

Hello, I would need to know what I would have to change so that in block 21 that I am using, the titles appear justified to the left. I attach a photo ? Where do I modify that option? Thank you
http://www.radiomarcabarcelona.com/goodnews-design/block21.png

Post count: 20688

Hi,

From what I can see all the block titles in the whole website are center aligned
http://prntscr.com/nvqad9
That happens because there is an inline CSS for it on the body tag it seems
http://prntscr.com/nvqbpq
If you did not set that manually, maybe a plugin is adding it for some reason. It will affect many elements.
I could give you a code to override the text align center, but it would be better to try and identify what is adding it in the first place.
The code would be like this – http://prntscr.com/nvqddn or you could change it to justify
http://prntscr.com/nvqdm1

body {
text-align: initial!important;
}

Thanks

Post count: 204

ok thanks Simon, I have inserted the code and it works perfectly.
Question: When I have to update the theme, do I have to re-insert the code in Live CSS? or is it fixed forever?
Thank you

Post count: 20688

The code will remain there until you remove it manually. Code entered in the live CSS or in the theme panel won’t be affected by updating the theme.

Post count: 204

OK, THANKS

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