Smart list 8 question

Posted in: Newspaper
Post count: 36

Hi!
1) I’m using smart list 8 for posts with h3 heading without sidebar, for example, but i have problem. How to center h3 heading
http://prntscr.com/njjzsa P.S. I’m try in gutenberg wordpress to center Text Alignment (h3 heading) but nothing happen.

2) Is it possible to create posts like this http://prntscr.com/njk2ce (featured picture in featured picture), can you give me guide? Thanks

Post count: 20688

Hi,

1. That is possible with some CSS. A code like this will center align the title for that smart list style – http://prntscr.com/njx38s

.td_smart_list_8 .td-number-and-title {
text-align: center;
}

It will align it regardless of using a sidebar or not.

2. A post can have only one featured image set. Such a result visually could be achieved if for example you use a cloud template and enter an image element in the post template, and position it over the featured image. Like in this quick example
http://prntscr.com/njx65m
But that image will be the same for all posts that use that post template, it won’t be a different image unless more post template are created each with a different image.

Thanks

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