Bug in block 14

Posted in: Newspaper
Post count: 35

Hello,
Contrary to the demo here, I have a problem with the block 14 : https://www.screencast.com/t/hg3eNGn1D
The date seems to be centered with the title, i don’t know why. It changes nothing if I enable the author name, I use the Art Creek demo, the only small modifications I did are mentionned in this topic and I am sure it has no impact on this bug.

Thank you for helping !

Post count: 23312

Hello Totelae,

Please notice that the default style for that demo, Art Creek has this layout, as you can see here -> https://www.screencast.com/t/s8IClhyzq All the meta information container is aligned to center. If you want to change this position, you should use a bit of CSS code to overwrite the style. Try the code below and place it in the Theme panel
-> Custom CSS Area.

The code is ->

.td-art-creek .td_module_wrap, .td-art-creek .td_module_mega_menu, .td-art-creek .td_module_related_posts {
text-align: left;
}

The result is here -> https://www.screencast.com/t/gULngcxVBNio

Thanks.

Post count: 35

Hello Catalin, thanks again for your quick reply.

How should I proceed if i want to modify the alignement for a specific block only, if possible ? In that case the block 14.
Because I use the block 5 for the index page, and I like the fact that the text is centered, I don’t want to modify it.

Post count: 20688

Hi,

The post author and date will be centered for most or all blocks, if you have installed the Art Creek demo. There is a condition in the demo stylesheet that is supposed to do this
https://www.screencast.com/t/oJQ7d8qKj
If you would like that block 14 to not be affected by this design, use a code like this for example

.td_block_14 .td_module_wrap {
text-align: left;
}

Post count: 35

Thank you Simion ! 🙂

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